Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed May 9, 2024
1 parent 823ea79 commit b62fb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies = [
"numpy<1.27,>=1.21", # required for framework layer and base class logic
"packaging", # for estimator specific dependency parsing
"pandas<2.3.0,>=1.1", # pandas is the main in-memory data container
"scikit-base<0.8.0,>=0.6.1", # base module for sklearn compatible base API
"scikit-base@git+https://github.com/sktime/skbase",
"scikit-learn>=0.24,<1.5.0", # required for estimators and framework layer
"scipy<2.0.0,>=1.2", # required for estimators and framework layer
]
Expand Down

0 comments on commit b62fb76

Please sign in to comment.