Skip to content

Commit

Permalink
FIX-modin-project#6535: Pin 's3fs<2023.9.0'
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
  • Loading branch information
dchigarev committed Sep 5, 2023
1 parent ef50da7 commit 0ed3839
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
- xarray
- Jinja2>=3.0.0
- scipy>=1.7.1
- s3fs>=2021.8
- s3fs>=2021.8,<2023.9.0
- lxml>=4.6.3
- openpyxl>=3.0.7
- xlrd>=2.0.1
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ distributed>=2.22.0
xarray
Jinja2>=3.0.0
scipy>=1.7.1
s3fs>=2021.8
s3fs>=2021.8,<2023.9.0
lxml>=4.6.3
openpyxl>=3.0.7
xlrd>=2.0.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/env_hdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- psutil>=5.8.0

# optional dependencies
- s3fs>=2021.8
- s3fs>=2021.8,<2023.9.0
- openpyxl>=3.0.10
- xlrd>=2.0.1
- sqlalchemy>=1.4.0,<1.4.46
Expand Down
2 changes: 1 addition & 1 deletion requirements/env_unidist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- xarray
- Jinja2>=3.0.0
- scipy>=1.7.1
- s3fs>=2021.8
- s3fs>=2021.8,<2023.9.0
- lxml>=4.6.3
- openpyxl>=3.0.7
- xlrd>=2.0.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-no-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- xarray
- Jinja2>=3.0.0
- scipy>=1.7.1
- s3fs>=2021.8
- s3fs>=2021.8,<2023.9.0
- lxml>=4.6.3
- openpyxl>=3.0.7
- xlrd>=2.0.1
Expand Down

0 comments on commit 0ed3839

Please sign in to comment.