Skip to content

Commit

Permalink
pin pandas, up networkx, remove networkx pin
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelFu512 committed May 14, 2024
1 parent dcd6a41 commit c761ff7
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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.22.0
- pandas >=1.5.0
- pandas >=1.5.0, <2.1.0
- dask >=2022.2.0, !=2022.10.1
- scipy >=1.5.0, <1.12.0
- scikit-learn >=1.3.2
Expand All @@ -40,7 +40,7 @@ outputs:
- featuretools>=1.16.0
- nlp-primitives>=2.9.0
- python >=3.9.*
- networkx >=2.6, <3.2
- networkx >=2.7
- category_encoders >=2.2.2, <=2.5.1.post0
- python-graphviz >=0.13
- tomli >=2.0.1
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0
scipy>=1.5.0, <1.12.0
scikit-learn>=1.3.2
scikit-optimize>=0.9.0
Expand All @@ -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, <3.2
networkx>=2.7
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ lightgbm==4.3.0
lime==0.2.0.1
matplotlib==3.8.4
matplotlib-inline==0.1.7
networkx==3.1
networkx==3.3
numpy==1.26.4
packaging==24.0
pandas==2.2.2
pandas==2.0.3
plotly==5.22.0
pmdarima==2.0.4
pyzmq==26.0.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kaleido==0.1.0
lightgbm==4.0.0
lime==0.2.0.1
matplotlib==3.3.3
networkx==2.6
networkx==2.7
nlp-primitives==2.9.0
numpy==1.22.0
packaging==23.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lightgbm==4.0.0
lime==0.2.0.1
matplotlib==3.3.3
nbval==0.9.3
networkx==2.6
networkx==2.7
nlp-primitives==2.9.0
numpy==1.22.0
packaging==23.0
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ license = {file = "LICENSE"}
requires-python = ">=3.9,<4"
dependencies = [
"numpy >= 1.22.0",
"pandas >= 1.5.0",
"pandas >= 1.5.0, <2.1.0",
"scipy >= 1.5.0, < 1.12.0",
"scikit-learn >= 1.3.2",
"scikit-optimize >= 0.9.0",
Expand All @@ -45,7 +45,7 @@ dependencies = [
"distributed >= 2022.2.0, != 2022.10.1",
"featuretools[dask] >= 1.16.0",
"nlp-primitives >= 2.9.0",
"networkx >= 2.6, <3.2",
"networkx >= 2.7",
"plotly >= 5.0.0",
"kaleido == 0.1.0",
"ipywidgets >= 7.5",
Expand Down

0 comments on commit c761ff7

Please sign in to comment.