Skip to content

Commit

Permalink
Raise minimum pandas version to 1.0.5
Browse files Browse the repository at this point in the history
Same as scikit-learn 1.1
  • Loading branch information
sebp committed Aug 13, 2022
1 parent 51871f9 commit eb351d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Requirements
- numexpr
- numpy 1.16 or later
- osqp
- pandas 0.25 or later
- pandas 1.0.5 or later
- scikit-learn 1.1
- scipy 1.0 or later
- C/C++ compiler
Expand Down
2 changes: 1 addition & 1 deletion doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ The current minimum dependencies to run scikit-survival are:
- numexpr
- numpy 1.16 or later
- osqp
- pandas 0.25 or later
- pandas 1.0.5 or later
- scikit-learn 1.1
- scipy 1.0 or later
- C/C++ compiler
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ joblib
numexpr
numpy
osqp !=0.6.0,!=0.6.1
pandas >=0.25
pandas >=1.0.5
scipy >=1.0,!=1.3.0
scikit-learn >=1.1.0,<1.2

0 comments on commit eb351d3

Please sign in to comment.