Skip to content

Commit

Permalink
FIX-modin-project#7295: Unpin numexpr to allow versions >= 2.8.4 to m…
Browse files Browse the repository at this point in the history
…atch pandas

Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev committed Jun 2, 2024
1 parent 31771d7 commit d3ba7a1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ dependencies:
- psycopg2>=2.9.6
- fastparquet>=2022.12.0
- tqdm>=4.60.0
# pandas isn't compatible with numexpr=2.8.5: https://github.com/modin-project/modin/issues/6469
- numexpr<2.8.5
- numexpr>=2.8.4

# dependencies for making release
- pygithub>=v1.58.0
Expand Down
3 changes: 1 addition & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ connectorx>=0.2.6a4
fastparquet>=2022.12.0
flask-cors
tqdm>=4.60.0
# pandas isn't compatible with numexpr=2.8.5: https://github.com/modin-project/modin/issues/6469
numexpr<2.8.5
numexpr>=2.8.4
# Latest modin-spreadsheet with widget fix
git+https://github.com/modin-project/modin-spreadsheet.git@49ffd89f683f54c311867d602c55443fb11bf2a5
dataframe-api-compat>=0.2.7
Expand Down
3 changes: 1 addition & 2 deletions requirements/env_unidist_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ dependencies:
- psycopg2>=2.9.6
- fastparquet>=2022.12.0
- tqdm>=4.60.0
# pandas isn't compatible with numexpr=2.8.5: https://github.com/modin-project/modin/issues/6469
- numexpr<2.8.5
- numexpr>=2.8.4

# dependencies for making release
- pygithub>=v1.58.0
Expand Down
3 changes: 1 addition & 2 deletions requirements/env_unidist_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ dependencies:
- psycopg2>=2.9.6
- fastparquet>=2022.12.0
- tqdm>=4.60.0
# pandas isn't compatible with numexpr=2.8.5: https://github.com/modin-project/modin/issues/6469
- numexpr<2.8.5
- numexpr>=2.8.4

# dependencies for making release
- pygithub>=v1.58.0
Expand Down
3 changes: 1 addition & 2 deletions requirements/requirements-no-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ dependencies:
- pandas-gbq>=0.19.0
- pytables>=3.8.0
- tqdm>=4.60.0
# pandas isn't compatible with numexpr=2.8.5: https://github.com/modin-project/modin/issues/6469
- numexpr<2.8.5
- numexpr>=2.8.4

# dependencies for making release
- pygithub>=v1.58.0
Expand Down

0 comments on commit d3ba7a1

Please sign in to comment.