Skip to content

Commit

Permalink
Pin networkx below v3.2 (#4351)
Browse files Browse the repository at this point in the history
* Pin networkx below v3.2
  • Loading branch information
eccabay committed Oct 23, 2023
1 parent 936c5ae commit eb79fa8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
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.8.*
- networkx >=2.6
- networkx >=2.6, <3.2
- category_encoders >=2.2.2, <=2.5.1.post0
- python-graphviz >=0.13
- tomli >=2.0.1
Expand Down
2 changes: 1 addition & 1 deletion core-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ woodwork>= 0.21.1
dask>=2022.2.0, !=2022.10.1
nlp-primitives>=2.9.0
featuretools>=1.16.0
networkx>=2.6
networkx>=2.6, <3.2
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
* Pinned networkx version below 3.2 for Python version compatibility :pr:`4351`
* Documentation Changes
* Testing Changes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ numpy==1.24.4
packaging==23.2
pandas==2.0.3
plotly==5.17.0
pmdarima==2.0.3
pmdarima==2.0.4
pyzmq==25.1.1
scikit-learn==1.3.1
scikit-learn==1.3.2
scikit-optimize==0.9.0
scipy==1.10.1
seaborn==0.13.0
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.6",
"networkx >= 2.6, <3.2",
"plotly >= 5.0.0",
"kaleido >= 0.1.0",
"ipywidgets >= 7.5",
Expand Down

0 comments on commit eb79fa8

Please sign in to comment.