Skip to content

Commit

Permalink
Merge pull request #133 from joaopfonseca/python-2.12.X
Browse files Browse the repository at this point in the history
[MRG] Update library for Python 3.12.X
  • Loading branch information
denysgerasymuk799 authored Sep 13, 2024
2 parents 0454d6e + a49d9ea commit 79d64e3
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ clean:
rm -rf .pytest_cache
rm -rf .mypy_cache
rm -rf docs/_build
rm -rf docs/_generated
rm -rf docs/_generated
26 changes: 13 additions & 13 deletions lib_base_packages.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
setuptools~=74.1.0
aif360[Reductions]~=0.6.1
matplotlib~=3.6.2
pandas~=1.5.2
altair~=4.2.0
setuptools>=74.1.0
aif360[Reductions]>=0.6.1
matplotlib>=3.6.2
pandas>=2.1.0
altair>=4.2.0
scikit-learn>=1.2.0
tqdm~=4.64.1
gradio==4.10.0
seaborn~=0.12.1
folktables~=0.0.11
munch~=2.5.0
PyYAML~=6.0
requests-toolbelt==1.0.0
colorama~=0.4.6
tqdm>=4.64.1
gradio>=4.10.0
seaborn>=0.12.1
folktables>=0.0.11
munch>=2.5.0
PyYAML>=6.0
requests-toolbelt>=1.0.0
colorama>=0.4.6
36 changes: 18 additions & 18 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
wheel~=0.38.4
twine~=4.0.2
aif360~=0.6.1
numpy==1.23.5
fairlearn~=0.9.0
matplotlib~=3.6.2
pandas~=1.5.2
altair~=4.2.0
wheel>=0.43.0
# twine~=4.0.2
aif360>=0.6.1
numpy>=1.26.0
fairlearn>=0.9.0
matplotlib>=3.6.2
pandas>=2.1.0
altair>=4.2.0
scikit-learn>=1.2.0
tqdm~=4.64.1
seaborn~=0.12.1
folktables~=0.0.11
xgboost~=1.7.2
munch~=2.5.0
PyYAML~=6.0
python-dotenv~=1.0.0
pytest~=7.2.2
tqdm>=4.64.1
seaborn>=0.12.1
folktables>=0.0.11
xgboost>=1.7.2
munch>=2.5.0
PyYAML>=6.0
python-dotenv>=1.0.0
pytest>=7.2.2
pymongo==4.3.3
requests-toolbelt==1.0.0
colorama~=0.4.6
requests-toolbelt>=1.0.0
colorama>=0.4.6

0 comments on commit 79d64e3

Please sign in to comment.