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 2645b03 commit c70e047
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
pip install sphinx
pip install autodocsumm
pip install sphinx-rtd-theme
pip install setuptools
pip install scikit-learn==1.0.2
pip install bnlearn==0.7.8
pip install networkx==2.8.8
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#Paquetes necesarios para que funcione la libreía. Se instalarán a la vez si no lo tuvieras ya instalado
INSTALL_REQUIRES = [
'bnlearn==0.7.8','networkx==2.8.8','matplotlib==3.6.2','pgmpy==0.1.20','numpy==1.23.4', 'pandas==1.5.1','scikit-learn==1.0.2','scipy==1.9.3','statsmodels==0.13.5'
'scikit-learn==1.0.2','bnlearn==0.7.8','networkx==2.8.8','matplotlib==3.6.2','pgmpy==0.1.20','numpy==1.23.4', 'pandas==1.5.1','scipy==1.9.3','statsmodels==0.13.5'
]

setup(
Expand Down

0 comments on commit c70e047

Please sign in to comment.