Skip to content

Commit

Permalink
Bump as much as possible all libs
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviocv committed Nov 8, 2023
1 parent 0432e56 commit 4cedd9e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
joblib>=0.13.2,<2
joblib>=1.3.2,<2
numpy>=1.24.4,<2
pandas>=2,<3
scikit-learn>=1,<2
Expand Down
2 changes: 1 addition & 1 deletion requirements_catboost.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
catboost>=0.14.2,<2
catboost>=1.2.2,<2
6 changes: 3 additions & 3 deletions requirements_demos.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
matplotlib>=3.0.2,<4
tqdm>=4.32.1,<5
scipy>=1.2.1,<2
matplotlib>=3.8.1,<4
tqdm>=4.66.1,<5
scipy>=1.11.3,<2
14 changes: 7 additions & 7 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pytest>=4.2.1,<7
pytest-cov>=2.6.1,<3
pytest-xdist>=1.26.1,<3
mypy>=0.670,<1
coverage<5
codecov>=2.0,<3
hypothesis>=5.5.4,<7
pytest>=7,<8
pytest-cov>=4,<5
pytest-xdist>=3,<4
mypy>=1.6.1,<2
coverage>=7.3.2<8
codecov>=2.1.13,<3
hypothesis>=6.88.3,<7
2 changes: 1 addition & 1 deletion requirements_tools.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
shap>=0.43,<1
swifter>=0.24,<2
swifter>=1.4.0,<2

0 comments on commit 4cedd9e

Please sign in to comment.