Skip to content

Commit

Permalink
FIX-modin-project#6459: support fastparquet>=2023.1.0 (modin-project#…
Browse files Browse the repository at this point in the history
…6458)

Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
  • Loading branch information
anmyachev authored Aug 7, 2023
1 parent f994aca commit f24ba6f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies:
# pymssql==2.2.8 broken: https://github.com/modin-project/modin/issues/6429
- pymssql>=2.1.5,!=2.2.8
- psycopg2>=2.8.6
- fastparquet>=0.6.3,<2023.1.0
- fastparquet>=0.6.3
- tqdm>=4.60.0

# dependencies for making release
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tables>=3.6.1
pymssql>=2.1.5,!=2.2.8
psycopg2>=2.8.6
connectorx>=0.2.6a4
fastparquet>=0.6.3,<2023.1.0
fastparquet>=0.6.3
flask-cors
tqdm>=4.60.0
# Latest modin-spreadsheet with widget fix
Expand Down
2 changes: 1 addition & 1 deletion requirements/env_hdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
# TODO: uncomment after Modin switch to python>=3.9
# - xarray
- pytables>=3.6.1
- fastparquet>=0.6.3,<2023.1.0
- fastparquet>=0.6.3

# dependencies for making release
- pygithub>=v1.58.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/env_unidist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
# pymssql==2.2.8 broken: https://github.com/modin-project/modin/issues/6429
- pymssql>=2.1.5,!=2.2.8
- psycopg2>=2.8.6
- fastparquet>=0.6.3,<2023.1.0
- fastparquet>=0.6.3
- tqdm>=4.60.0

# dependencies for making release
Expand Down

0 comments on commit f24ba6f

Please sign in to comment.