Skip to content
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

build(check): does numba < 0.61 work with fixes? #1263

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
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
Next Next commit
build(check): does numba < 0.61 work with fixes?
lgray authored Jan 31, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 5c992ba846d40c6b784d629ab77678282a01e73e
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ dependencies = [
"pyarrow>=6.0.0",
"fsspec-xrootd>=0.2.3",
"matplotlib>=3",
"numba>=0.58.1",
"numba>=0.58.1,<0.61",
"numpy>=1.22",
"scipy>=1.1.0",
"tqdm>=4.27.0",