Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
drew committed Sep 22, 2023
1 parent 496d7f0 commit ad5b66a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/utils.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dython==0.7.0
scikit-learn>=0.24
scipy>=1.4.1,<1.8
scipy>=1.4.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def reqs(file, without=None):
python_requires=">=3.9",
install_requires=base_reqs,
extras_require={
"all": all_reqs,
"all": [req for reqs in all_reqs for req in reqs],
"utils": utils_reqs,
"test": test_reqs,
"torch": torch_reqs,
Expand Down

0 comments on commit ad5b66a

Please sign in to comment.