Skip to content

Commit

Permalink
Unpinned sktime version (#4214)
Browse files Browse the repository at this point in the history
* unpin sktime

* update release documentation

* remove an arima regressor test

* Pinned pandas

* Rm cap

* Updated release notes

* Updated meta.yaml

---------

Co-authored-by: christopherbunn <[email protected]>
  • Loading branch information
remyogasawara and christopherbunn authored Jul 11, 2023
1 parent 6e82a80 commit 2481ed1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ outputs:
- setuptools ==58.0.4
run:
- numpy >=1.21.0
- pandas >=1.5.0
- pandas >=1.5.0, <2.0.0
- dask >=2022.2.0, !=2022.10.1
- scipy >=1.5.0
- scikit-learn >=1.2.2
Expand Down Expand Up @@ -79,7 +79,7 @@ outputs:
- lime >=0.2.0.1
- python >=3.8.*
- imbalanced-learn >=0.9.1, <0.11.0
- sktime ==0.17.0
- sktime >=0.17.0
- pmdarima >=1.8.5
- vowpalwabbit >=8.11.0
test:
Expand Down
2 changes: 1 addition & 1 deletion core-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy>=1.21.0
pandas>=1.5.0
pandas>=1.5.0, <2.0.0
scipy>=1.5.0
scikit-learn>=1.2.1
scikit-optimize>=0.9.0
Expand Down
1 change: 1 addition & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Release Notes
* Enhancements
* Fixes
* Changes
* Unpinned sktime version :pr:`4214`
* Documentation Changes
* Testing Changes

Expand Down
1 change: 0 additions & 1 deletion evalml/tests/component_tests/test_arima_regressor.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ def test_feature_importance(ts_data):
[
(True, False, False, False, False, False),
(False, True, True, False, False, True),
(False, True, True, False, False, False),
],
)
def test_fit_predict(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ scikit-optimize==0.9.0
scipy==1.10.1
seaborn==0.12.2
shap==0.42.0
sktime==0.17.0
sktime==0.20.0
statsmodels==0.14.0
texttable==1.6.7
tomli==2.0.1
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ license = {file = "LICENSE"}
requires-python = ">=3.8,<4"
dependencies = [
"numpy >= 1.21.0",
"pandas >= 1.5.0",
"pandas >= 1.5.0, <2.0.0",
"scipy >= 1.5.0",
"scikit-learn >= 1.2.2",
"scikit-optimize >= 0.9.0",
Expand Down Expand Up @@ -59,7 +59,7 @@ dependencies = [
"category-encoders >= 2.2.2, <= 2.5.1.post0",
"imbalanced-learn >= 0.9.1, <0.11.0",
"pmdarima >= 1.8.5",
"sktime == 0.17.0",
"sktime >= 0.17.0",
"lime >= 0.2.0.1",
"vowpalwabbit >= 8.11.0",
"tomli >= 2.0.1",
Expand Down

0 comments on commit 2481ed1

Please sign in to comment.