Skip to content

Commit

Permalink
version 2.0 Metric Fairness
Browse files Browse the repository at this point in the history
  • Loading branch information
egubonr committed May 6, 2024
1 parent e21a36c commit 4258839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.8'
python-version: '3.8.10'

- name: Install requirements
run: |
Expand All @@ -25,7 +25,7 @@ jobs:
pip install sphinx-rtd-theme
pip install setuptools
pip install scikit-learn==1.0.2
pip install bnlearn==0.7.8
pip install bnlearn==0.7.8 --no-deps
pip install networkx==2.8.8
pip install matplotlib==3.6.2
pip install pgmpy==0.1.20
Expand Down

0 comments on commit 4258839

Please sign in to comment.