Skip to content

Commit b860281

Browse files
authoredJun 3, 2024
FIX-modin-project#7295: Unpin numexpr to allow versions >= 2.8.4 to match pandas (modin-project#7296)
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
1 parent e5d3cd8 commit b860281

5 files changed

+5
-10
lines changed
 

‎environment-dev.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ dependencies:
3636
- psycopg2>=2.9.6
3737
- fastparquet>=2022.12.0
3838
- tqdm>=4.60.0
39-
# pandas isn't compatible with numexpr=2.8.5: https://github.com/modin-project/modin/issues/6469
40-
- numexpr<2.8.5
39+
- numexpr>=2.8.4
4140

4241
# dependencies for making release
4342
- pygithub>=v1.58.0

‎requirements-dev.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ connectorx>=0.2.6a4
3131
fastparquet>=2022.12.0
3232
flask-cors
3333
tqdm>=4.60.0
34-
# pandas isn't compatible with numexpr=2.8.5: https://github.com/modin-project/modin/issues/6469
35-
numexpr<2.8.5
34+
numexpr>=2.8.4
3635
# Latest modin-spreadsheet with widget fix
3736
git+https://github.com/modin-project/modin-spreadsheet.git@49ffd89f683f54c311867d602c55443fb11bf2a5
3837
dataframe-api-compat>=0.2.7

‎requirements/env_unidist_linux.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ dependencies:
3131
- psycopg2>=2.9.6
3232
- fastparquet>=2022.12.0
3333
- tqdm>=4.60.0
34-
# pandas isn't compatible with numexpr=2.8.5: https://github.com/modin-project/modin/issues/6469
35-
- numexpr<2.8.5
34+
- numexpr>=2.8.4
3635

3736
# dependencies for making release
3837
- pygithub>=v1.58.0

‎requirements/env_unidist_win.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ dependencies:
3131
- psycopg2>=2.9.6
3232
- fastparquet>=2022.12.0
3333
- tqdm>=4.60.0
34-
# pandas isn't compatible with numexpr=2.8.5: https://github.com/modin-project/modin/issues/6469
35-
- numexpr<2.8.5
34+
- numexpr>=2.8.4
3635

3736
# dependencies for making release
3837
- pygithub>=v1.58.0

‎requirements/requirements-no-engine.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ dependencies:
2424
- pandas-gbq>=0.19.0
2525
- pytables>=3.8.0
2626
- tqdm>=4.60.0
27-
# pandas isn't compatible with numexpr=2.8.5: https://github.com/modin-project/modin/issues/6469
28-
- numexpr<2.8.5
27+
- numexpr>=2.8.4
2928

3029
# dependencies for making release
3130
- pygithub>=v1.58.0

0 commit comments

Comments
 (0)