Skip to content

Commit

Permalink
Bump docker-py to 7.1.0 to get around requests breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca committed May 24, 2024
1 parent 33d69ee commit 6ba6bbc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion continuous_integration/environment-3.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ dependencies:
- c-compiler
- dask>=2024.4.1
- dask-expr>=1.0.11
- docker-py>=7.1.0
- fastapi>=0.92.0
- fugue>=0.7.3
- httpx>=0.24.1
- intake>=0.6.0
- jsonschema
- lightgbm
- maturin>=1.3,<1.4
- mlflow>=2.9
- mlflow>=2.10
- mock
- numpy>=1.22.4
- pandas>=2
Expand Down
3 changes: 2 additions & 1 deletion continuous_integration/environment-3.11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ dependencies:
- c-compiler
- dask>=2024.4.1
- dask-expr>=1.0.11
- docker-py>=7.1.0
- fastapi>=0.92.0
- fugue>=0.7.3
- httpx>=0.24.1
- intake>=0.6.0
- jsonschema
- lightgbm
- maturin>=1.3,<1.4
- mlflow>=2.9
- mlflow>=2.10
- mock
- numpy>=1.22.4
- pandas>=2
Expand Down
3 changes: 2 additions & 1 deletion continuous_integration/environment-3.12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
- c-compiler
- dask>=2024.4.1
- dask-expr>=1.0.11
- docker-py>=7.1.0
- fastapi>=0.92.0
- fugue>=0.7.3
- httpx>=0.24.1
Expand All @@ -13,7 +14,7 @@ dependencies:
- lightgbm
- maturin>=1.3,<1.4
# TODO: add once mlflow 3.12 builds are available
# - mlflow>=2.9
# - mlflow>=2.10
- mock
- numpy>=1.22.4
- pandas>=2
Expand Down
3 changes: 2 additions & 1 deletion continuous_integration/environment-3.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ dependencies:
- c-compiler
- dask=2024.4.1
- dask-expr=1.0.11
- docker-py>=7.1.0
- fastapi=0.92.0
- fugue=0.7.3
- httpx=0.24.1
- intake=0.6.0
- jsonschema
- lightgbm
- maturin=1.3
- mlflow=2.9
- mlflow=2.10
- mock
- numpy=1.22.4
- pandas=2
Expand Down

0 comments on commit 6ba6bbc

Please sign in to comment.