Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

DEPS: Bump optional dependencies #60655

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Apr 21, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
fda510d
Bump optional dependencies
mroeschke Jan 3, 2025
50d2fd3
Remove version workarounds
mroeschke Jan 3, 2025
a6de249
Remove a min_version
mroeschke Jan 3, 2025
e689e1b
Consolidate all optional-dependency:
mroeschke Jan 3, 2025
77d6e58
Revert "Consolidate all optional-dependency:"
mroeschke Jan 3, 2025
d3b2e32
Bump blosc
mroeschke Jan 3, 2025
ad282c2
Merge remote-tracking branch 'upstream/main' into bump/optional
mroeschke Jan 6, 2025
bc0672a
Unbump pycopg2
mroeschke Jan 6, 2025
d136d39
Undo pytables
mroeschke Jan 6, 2025
01f1a82
Undo sqlalchemy
mroeschke Jan 7, 2025
4bdb560
Remove sqlalchemy from whatsnew
mroeschke Jan 7, 2025
cffd206
undo blosc and lxml
mroeschke Jan 7, 2025
c3461c9
Merge remote-tracking branch 'upstream/main' into bump/optional
mroeschke Feb 10, 2025
39cdaf1
Move adbc packages to conda
mroeschke Feb 10, 2025
9ba03c4
Revert "Move adbc packages to conda"
mroeschke Feb 13, 2025
570b91f
Revert "Revert "Move adbc packages to conda""
mroeschke Feb 13, 2025
7dfe5bc
Revert "Move adbc packages to conda"
mroeschke Feb 13, 2025
7252460
Merge branch 'main' into bump/optional
mroeschke Feb 14, 2025
297f4e8
Merge remote-tracking branch 'upstream/main' into bump/optional
mroeschke Mar 10, 2025
4ae1ed2
Merge branch 'bump/optional' of https://github.com/mroeschke/pandas i…
mroeschke Mar 10, 2025
5854693
Merge remote-tracking branch 'upstream/main' into bump/optional
mroeschke Mar 25, 2025
9556e01
Merge remote-tracking branch 'upstream/main' into bump/optional
mroeschke Apr 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump blosc
  • Loading branch information
mroeschke committed Jan 3, 2025
commit d3b2e3296bd1682b1f459499dab7cbded06c507b
2 changes: 1 addition & 1 deletion 2 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 2 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 2 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 2 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 2 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 2 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 2 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 2 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 2 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
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.