Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ outputs:
- featuretools >=1.16.0
- nlp-primitives >=2.9.0
- python >=3.9.*
- networkx >=2.7
- networkx >=2.7, <=3.2.1
- category_encoders >=2.2.2, <=2.5.1.post0
- python-graphviz >=0.13
- tomli >=2.0.1
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 @@ -3,6 +3,7 @@ Release Notes
**Future Releases**
* Enhancements
* Fixes
* Updated sktime and scikit-learn latest dependency version :pr:`4449`
* Switched windows nightly tests to run serially instead of in parallel :pr:`4452`
* Changes
* Documentation Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ pandas==2.0.3
plotly==5.22.0
pmdarima==2.0.4
pyzmq==26.0.3
scikit-learn==1.4.2
scikit-learn==1.5.0
scikit-optimize==0.10.2
scipy==1.13.1
seaborn==0.13.2
shap==0.45.1
sktime==0.28.1
sktime==0.30.1
statsmodels==0.14.2
texttable==1.7.0
tomli==2.0.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies = [
"distributed >= 2022.2.0, != 2022.10.1",
"featuretools[dask] >= 1.16.0",
"nlp-primitives >= 2.9.0",
"networkx >= 2.7",
"networkx >= 2.7, <= 3.2.1",
"plotly >= 5.0.0",
"kaleido >= 0.2.0",
"ipywidgets >= 7.5",
Expand Down