Skip to content

Commit

Permalink
Bump blosc
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Jan 3, 2025
1 parent 77d6e58 commit d3b2e32
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ci/deps/actions-310-minimum_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:

# optional dependencies
- beautifulsoup4=4.12.3
- blosc=1.21.3
- blosc=1.21.6
- bottleneck=1.3.6
- fastparquet=2024.2.0
- fsspec=2024.2.0
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-310.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:

# optional dependencies
- beautifulsoup4>=4.12.3
- blosc>=1.21.3
- blosc>=1.21.6
- bottleneck>=1.3.6
- fastparquet>=2024.2.0
- fsspec>=2024.2.0
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-311-downstream_compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:

# optional dependencies
- beautifulsoup4>=4.12.3
- blosc>=1.21.3
- blosc>=1.21.6
- bottleneck>=1.3.6
- fastparquet>=2024.2.0
- fsspec>=2024.2.0
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-311.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:

# optional dependencies
- beautifulsoup4>=4.12.3
- blosc>=1.21.3
- blosc>=1.21.6
- bottleneck>=1.3.6
- fastparquet>=2024.2.0
- fsspec>=2024.2.0
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-312.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:

# optional dependencies
- beautifulsoup4>=4.12.3
- blosc>=1.21.3
- blosc>=1.21.6
- bottleneck>=1.3.6
- fastparquet>=2024.2.0
- fsspec>=2024.2.0
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/circle-311-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:

# optional dependencies
- beautifulsoup4>=4.12.3
- blosc>=1.21.3
- blosc>=1.21.6
- bottleneck>=1.3.6
- fastparquet>=2024.2.0
- fsspec>=2024.2.0
Expand Down
2 changes: 1 addition & 1 deletion doc/source/getting_started/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ Installable with ``pip install "pandas[hdf5, parquet, feather, spss, excel]"``
Dependency Minimum Version pip extra Notes
====================================================== ================== ================ ==========================================================
`PyTables <https://github.com/PyTables/PyTables>`__ 3.9.2 hdf5 HDF5-based reading / writing
`blosc <https://github.com/Blosc/c-blosc>`__ 1.21.3 hdf5 Compression for HDF5; only available on ``conda``
`blosc <https://github.com/Blosc/c-blosc>`__ 1.21.6 hdf5 Compression for HDF5; only available on ``conda``
`zlib <https://github.com/madler/zlib>`__ hdf5 Compression for HDF5
`fastparquet <https://github.com/dask/fastparquet>`__ 2024.2.0 - Parquet reading / writing (pyarrow is default)
`pyarrow <https://github.com/apache/arrow>`__ 10.0.1 parquet, feather Parquet, ORC, and feather reading / writing
Expand Down
2 changes: 1 addition & 1 deletion pandas/compat/_optional.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"adbc-driver-postgresql": "0.10.0",
"adbc-driver-sqlite": "0.8.0",
"bs4": "4.12.3",
"blosc": "1.21.3",
"blosc": "1.21.6",
"bottleneck": "1.3.6",
"fastparquet": "2024.2.0",
"fsspec": "2024.2.0",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ all = ['adbc-driver-postgresql>=0.10.0',
'adbc-driver-sqlite>=0.8.0',
'beautifulsoup4>=4.12.3',
# blosc only available on conda (https://github.com/Blosc/python-blosc/issues/297)
#'blosc>=1.21.3',
#'blosc>=1.21.6',
'bottleneck>=1.3.6',
'fastparquet>=2024.2.0',
'fsspec>=2024.2.0',
Expand Down

0 comments on commit d3b2e32

Please sign in to comment.