Skip to content

Add blosc dependency version 1.21.3#65581

Open
Pranav970 wants to merge 1 commit into
pandas-dev:mainfrom
Pranav970:patch-2
Open

Add blosc dependency version 1.21.3#65581
Pranav970 wants to merge 1 commit into
pandas-dev:mainfrom
Pranav970:patch-2

Conversation

@Pranav970
Copy link
Copy Markdown

@Pranav970 Pranav970 commented May 10, 2026

### Issue #2: Missing blosc dependency in Python 3.12 configuration File: ci/deps/actions-312.yaml

  • Problem: blosc>=1.21.3 is present in Python 3.13 and 3.14 configs but missing from Python 3.12 config

  • Impact: Inconsistent test environments; Python 3.12 testing lacks compression library coverage

  • Fix: Added blosc>=1.21.3 to optional dependencies (line 29)

  • closes #xxxx (Replace xxxx with the GitHub issue number)

  • Tests added and passed if fixing a bug or adding a new feature

  • All code checks passed.

  • Added type annotations to new arguments/methods/functions.

  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.

  • I have reviewed and followed all the contribution guidelines

  • If I used AI to develop this pull request, I prompted it to follow AGENTS.md.

### Issue #2: Missing `blosc` dependency in Python 3.12 configuration  
**File:** `ci/deps/actions-312.yaml`
- **Problem:** `blosc>=1.21.3` is present in Python 3.13 and 3.14 configs but missing from Python 3.12 config
- **Impact:** Inconsistent test environments; Python 3.12 testing lacks compression library coverage
- **Fix:** Added `blosc>=1.21.3` to optional dependencies (line 29)
@Pranav970 Pranav970 requested a review from mroeschke as a code owner May 10, 2026 21:25
@Pranav970
Copy link
Copy Markdown
Author

File: ci/deps/actions-312.yaml

  • Problem: blosc>=1.21.3 is present in Python 3.13 and 3.14 configs but missing from Python 3.12 config
  • Impact: Inconsistent test environments; Python 3.12 testing lacks compression library coverage
  • Fix: Added blosc>=1.21.3 to optional dependencies (line 29)

@jbrockmendel
Copy link
Copy Markdown
Member

You've got two blosc PRs. Is that intentional?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants