From 5b4ec3e16d9f3e458bca5f018f1ef8f63ec0fd8f Mon Sep 17 00:00:00 2001 From: eustomaqua Date: Sun, 24 Aug 2025 10:47:00 +0200 Subject: [PATCH 1/2] Documentation --- docs/posts/configuration.rst | 3 ++- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/posts/configuration.rst b/docs/posts/configuration.rst index 1f361cc..4bcd3ca 100644 --- a/docs/posts/configuration.rst +++ b/docs/posts/configuration.rst @@ -9,7 +9,7 @@ Set up the environment .. :linenos: -We developed `ApproxBias `_, `FairML `_, and `PyFairness `_ with ``Python 3.8`` and released the code to help you reproduce our work. Note that the experimental parts must be run on the ``Ubuntu`` operating system due to FairGBM (one baseline method that we used for comparison). +We developed `ApproxBias `_, `FairML `_, `PyFairness `_, and `AssessBias `_ with ``Python 3.8`` and released the code to help you reproduce our work. Note that the experimental parts must be run on the ``Ubuntu`` operating system due to FairGBM (one baseline method that we used for comparison). Initialization @@ -68,6 +68,7 @@ Configuration via Docker .. code-block:: console $ exit + $ $ docker ps -a # docker container ps|list $ docker rm $ docker image rm # docker rmi diff --git a/requirements.txt b/requirements.txt index 171d7ef..154779d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,5 +10,5 @@ seaborn==0.13.2 openpyxl==3.1.5 lightgbm==4.6.0 fairgbm==0.9.14 -torch==2.3.1 +torch==2.4.1 carbontracker==2.3.1 From 10fccbcf318de72ef2be3ed212e94cca60169499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 08:48:06 +0000 Subject: [PATCH 2/2] Bump torch from 2.4.1 to 2.8.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.4.1 to 2.8.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.4.1...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- reqs_py311.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reqs_py311.txt b/reqs_py311.txt index 5b19700..cdfbbb3 100644 --- a/reqs_py311.txt +++ b/reqs_py311.txt @@ -10,5 +10,5 @@ seaborn==0.13.2 openpyxl==3.1.5 lightgbm==4.6.0 fairgbm==0.9.14 -torch==2.7.1 +torch==2.8.0 carbontracker==2.3.1 diff --git a/requirements.txt b/requirements.txt index 154779d..62c45d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,5 +10,5 @@ seaborn==0.13.2 openpyxl==3.1.5 lightgbm==4.6.0 fairgbm==0.9.14 -torch==2.4.1 +torch==2.8.0 carbontracker==2.3.1