Skip to content

Commit

Permalink
remove version requirements,
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenwagner committed Oct 12, 2023
1 parent 566449c commit 31fb4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"tensorboard",
"numpy >= 1.20.0",
"scikit-learn",
"scikit-image <= 0.21.0", # because otherwise pylint complains
"scikit-image",
"pystardb>=0.4.2",
"pandas <= 2", # Because rapids does not support pandas > 1.5.3
"pytorch-metric-learning<1.7",
Expand Down

0 comments on commit 31fb4e0

Please sign in to comment.