Skip to content

Commit

Permalink
Bump setuptools-rust from 1.1.1 -> 1.4.1 (#646)
Browse files Browse the repository at this point in the history
* Bump setuptools-rust from 1.1.2 -> 1.4.1

* Bump version in a few more places

* Bump pandas min version to 1.4.0

Co-authored-by: Charles Blackmon-Luca <[email protected]>
  • Loading branch information
jdye64 and charlesbluca authored Jul 26, 2022
1 parent 2e90c19 commit 5ac11ae
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions continuous_integration/environment-3.10-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- mlflow
- mock
- nest-asyncio
- pandas>=1.1.2
- pandas>=1.4.0
- pre-commit
- prompt_toolkit
- psycopg2
Expand All @@ -26,7 +26,7 @@ dependencies:
- python=3.10
- rust>=1.60.0
- scikit-learn>=1.0.0
- setuptools-rust>=1.1.2
- setuptools-rust>=1.4.1
- sphinx
- tpot
- tzlocal>=2.1
Expand Down
4 changes: 2 additions & 2 deletions continuous_integration/environment-3.8-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- mlflow
- mock
- nest-asyncio
- pandas=1.1.2
- pandas=1.4.0
- pre-commit
- prompt_toolkit
- psycopg2
Expand All @@ -26,7 +26,7 @@ dependencies:
- python=3.8
- rust=1.60.0
- scikit-learn=1.0.0
- setuptools-rust=1.1.2
- setuptools-rust=1.4.1
- sphinx
- tpot
- tzlocal=2.1
Expand Down
4 changes: 2 additions & 2 deletions continuous_integration/environment-3.9-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- mlflow
- mock
- nest-asyncio
- pandas>=1.1.2
- pandas>=1.4.0
- pre-commit
- prompt_toolkit
- psycopg2
Expand All @@ -26,7 +26,7 @@ dependencies:
- python=3.9
- rust>=1.60.0
- scikit-learn>=1.0.0
- setuptools-rust>=1.1.2
- setuptools-rust>=1.4.1
- sphinx
- tpot
- tzlocal>=2.1
Expand Down
6 changes: 3 additions & 3 deletions continuous_integration/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ build:
requirements:
build:
- {{ compiler('rust') }}
- setuptools-rust>=1.1.2
- setuptools-rust>=1.4.1
host:
- pip
- python >=3.8
- setuptools-rust>=1.1.2
- setuptools-rust>=1.4.1
run:
- python
- dask >=2022.3.0
- pandas >=1.1.2
- pandas >=1.4.0
- fastapi >=0.69.0
- uvicorn >=0.11.3
- tzlocal >=2.1
Expand Down
4 changes: 2 additions & 2 deletions docker/conda.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
python>=3.8
dask>=2022.3.0
pandas>=1.1.2
pandas>=1.4.0
jpype1>=1.0.2
openjdk>=8
maven>=3.6.0
Expand All @@ -22,4 +22,4 @@ intake>=0.6.0
pre-commit>=2.11.1
black=22.3.0
isort=5.7.0
setuptools-rust>=1.1.2
setuptools-rust>=1.4.1
2 changes: 1 addition & 1 deletion docker/main.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN conda config --add channels conda-forge \
"prompt_toolkit>=3.0.8" \
"pygments>=2.7.1" \
"dask-ml>=2022.1.22" \
"setuptools-rust>=1.1.2" \
"setuptools-rust>=1.4.1" \
"scikit-learn>=1.0.0" \
"intake>=0.6.0" \
&& conda clean -ay
Expand Down
4 changes: 2 additions & 2 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- sphinx-tabs
- dask-sphinx-theme>=2.0.3
- dask>=2022.3.0
- pandas>=1.1.2
- pandas>=1.4.0
- fugue>=0.5.3
- jpype1>=1.0.2
- fastapi>=0.69.0
Expand All @@ -18,5 +18,5 @@ dependencies:
- pygments
- tabulate
- nest-asyncio
- setuptools-rust>=1.2.0
- setuptools-rust>=1.4.1
- rust>=1.60.0
4 changes: 2 additions & 2 deletions docs/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sphinx>=4.0.0
sphinx-tabs
dask-sphinx-theme>=3.0.0
dask>=2022.3.0
pandas>=1.1.2
pandas>=1.4.0
fugue>=0.5.3
fastapi>=0.69.0
uvicorn>=0.11.3
Expand All @@ -11,4 +11,4 @@ prompt_toolkit
pygments
tabulate
nest-asyncio
setuptools-rust>=1.2.0
setuptools-rust>=1.4.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
setup_requires=sphinx_requirements,
install_requires=[
"dask[dataframe,distributed]>=2022.3.0",
"pandas>=1.1.2",
"pandas>=1.4.0",
"fastapi>=0.69.0",
"uvicorn>=0.11.3",
"tzlocal>=2.1",
Expand Down

0 comments on commit 5ac11ae

Please sign in to comment.