Skip to content

Commit

Permalink
update meta and min reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelFu512 committed Jun 12, 2024
1 parent 36401df commit ad25136
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ outputs:
- pandas >=1.5.0, <2.1.0
- dask >=2022.2.0, !=2022.10.1
- scipy >=1.5.0
- scikit-learn >=1.3.2
- scikit-learn >=1.4.2
- scikit-optimize >=0.9.0
- statsmodels >=0.12.2
- colorama >=0.4.4
Expand All @@ -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
2 changes: 1 addition & 1 deletion core-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
numpy>=1.21.0
pandas>=1.5.0, <2.1.0
scipy>=1.5.0
scikit-learn>=1.3.2
scikit-learn>=1.4.2
scikit-optimize>=0.9.0
pyzmq>=20.0.0
colorama>=0.4.4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pandas==1.5.0
plotly==5.0.0
pmdarima==1.8.5
pyzmq==20.0.0
scikit-learn==1.3.2
scikit-learn==1.4.2
scikit-optimize==0.9.0
scipy==1.5.0
seaborn==0.11.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pytest-timeout==1.4.2
pytest-xdist==2.1.0
pytest==7.1.2
pyzmq==20.0.0
scikit-learn==1.3.2
scikit-learn==1.4.2
scikit-optimize==0.9.0
scipy==1.5.0
seaborn==0.11.1
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ maintainers = [
]
keywords = ["data science", "machine learning", "optimization", "automl"]
license = {file = "LICENSE"}
requires-python = ">=3.9,<4"
requires-python = ">=3.9,<=3.11"
dependencies = [
"numpy >= 1.22.0",
"pandas >= 1.5.0, <2.1.0",
"pandas >= 1.5.0, < 2.1.0",
"scipy >= 1.5.0",
"scikit-learn >= 1.3.2",
"scikit-learn >= 1.4.2",
"scikit-optimize >= 0.9.0",
"pyzmq >= 20.0.0",
"colorama >= 0.4.4",
Expand Down

0 comments on commit ad25136

Please sign in to comment.