File tree 6 files changed +7
-0
lines changed
6 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -676,6 +676,8 @@ jobs:
676
676
- uses : ./.github/actions/mamba-env
677
677
with :
678
678
environment-file : environment-dev.yml
679
+ - name : Install HDF5
680
+ run : sudo apt update && sudo apt install -y libhdf5-dev
679
681
- run : python -m pytest -n 2 modin/tests/pandas/dataframe/test_map_metadata.py
680
682
- run : python -m pytest -n 2 modin/tests/pandas/test_series.py
681
683
# Do not add parallelism (`-n` argument) here - it will cause mock S3 service to fail.
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ dependencies:
31
31
- sqlalchemy>=2.0.0
32
32
- pandas-gbq>=0.19.0
33
33
- pytables>=3.8.0
34
+ - c-blosc2<=2.14.1
34
35
# pymssql==2.2.8 broken: https://github.com/modin-project/modin/issues/6429
35
36
- pymssql>=2.1.5,!=2.2.8
36
37
- psycopg2>=2.9.6
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ dependencies:
21
21
- matplotlib>=3.6.3
22
22
- xarray>=2022.12.0
23
23
- pytables>=3.8.0
24
+ - c-blosc2<=2.14.1
24
25
- fastparquet>=2022.12.0
25
26
# pandas isn't compatible with numexpr=2.8.5: https://github.com/modin-project/modin/issues/6469
26
27
- numexpr<2.8.5
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ dependencies:
26
26
- sqlalchemy>=2.0.0
27
27
- pandas-gbq>=0.19.0
28
28
- pytables>=3.8.0
29
+ - c-blosc2<=2.14.1
29
30
# pymssql==2.2.8 broken: https://github.com/modin-project/modin/issues/6429
30
31
- pymssql>=2.1.5,!=2.2.8
31
32
- psycopg2>=2.9.6
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ dependencies:
26
26
- sqlalchemy>=2.0.0
27
27
- pandas-gbq>=0.19.0
28
28
- pytables>=3.8.0
29
+ - c-blosc2<=2.14.1
29
30
# pymssql==2.2.8 broken: https://github.com/modin-project/modin/issues/6429
30
31
- pymssql>=2.1.5,!=2.2.8
31
32
- psycopg2>=2.9.6
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ dependencies:
23
23
- sqlalchemy>=2.0.0
24
24
- pandas-gbq>=0.19.0
25
25
- pytables>=3.8.0
26
+ - c-blosc2<=2.14.1
26
27
- tqdm>=4.60.0
27
28
# pandas isn't compatible with numexpr=2.8.5: https://github.com/modin-project/modin/issues/6469
28
29
- numexpr<2.8.5
You can’t perform that action at this time.
0 commit comments