Skip to content

Commit

Permalink
Use aif360>=0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Mar 19, 2024
1 parent fcf5486 commit 4930752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ def include_documentation(local_dir, install_dir):
),
},
install_requires=[
"numpy",
"Orange3",
"aif360==0.5.0",
"numpy~=1.23.0"
"aif360>=0.6.0",
],
extras_require={
"doc": [
Expand Down

0 comments on commit 4930752

Please sign in to comment.