Skip to content

Commit

Permalink
changing reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
radiradev committed May 6, 2024
1 parent 2ab3275 commit d02ccd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
'pytest-runner',
],
tests_require=[
"joblib==1.4.0",
"scikit-learn==1.4.2",
"joblib==1.3.0",
"scikit-learn==1.3.2",
"tqdm==4.66.2",
"tqdm_joblib==0.0.3",
"xgboost==2.0.3"
"xgboost==2.0.0"
],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit d02ccd0

Please sign in to comment.