File tree 5 files changed +5
-10
lines changed
5 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,7 @@ dependencies:
36
36
- psycopg2>=2.9.6
37
37
- fastparquet>=2022.12.0
38
38
- 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
41
40
42
41
# dependencies for making release
43
42
- pygithub>=v1.58.0
Original file line number Diff line number Diff line change @@ -31,8 +31,7 @@ connectorx>=0.2.6a4
31
31
fastparquet >= 2022.12.0
32
32
flask-cors
33
33
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
36
35
# Latest modin-spreadsheet with widget fix
37
36
git+https://github.com/modin-project/modin-spreadsheet.git@49ffd89f683f54c311867d602c55443fb11bf2a5
38
37
dataframe-api-compat >= 0.2.7
Original file line number Diff line number Diff line change @@ -31,8 +31,7 @@ dependencies:
31
31
- psycopg2>=2.9.6
32
32
- fastparquet>=2022.12.0
33
33
- 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
36
35
37
36
# dependencies for making release
38
37
- pygithub>=v1.58.0
Original file line number Diff line number Diff line change @@ -31,8 +31,7 @@ dependencies:
31
31
- psycopg2>=2.9.6
32
32
- fastparquet>=2022.12.0
33
33
- 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
36
35
37
36
# dependencies for making release
38
37
- pygithub>=v1.58.0
Original file line number Diff line number Diff line change @@ -24,8 +24,7 @@ dependencies:
24
24
- pandas-gbq>=0.19.0
25
25
- pytables>=3.8.0
26
26
- 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
29
28
30
29
# dependencies for making release
31
30
- pygithub>=v1.58.0
You can’t perform that action at this time.
0 commit comments