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/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 171d7ef..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.3.1 +torch==2.8.0 carbontracker==2.3.1