Skip to content

Commit c3b9ed5

Browse files
authored
Merge pull request #2902 from cta-observatory/update-numba
Update numba requirement after release of 0.63 for python 3.14
2 parents 1e72ea9 + c38b945 commit c3b9ed5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- joblib
2020
- jupyter
2121
- matplotlib
22-
# - numba>=0.56
22+
- numba>=0.59
2323
- numpy>=1.24
2424
- numpydoc
2525
- pandas

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ dependencies = [
3232
"astropy >=6.1,<8.0.0",
3333
"docutils",
3434
"joblib",
35-
"numba >=0.59.0; python_version <'3.14'",
36-
"numba >=0.63.0b1; python_version >='3.14'",
35+
"numba >=0.59.0",
3736
"numpy >=1.26,<3.0.0",
3837
"packaging",
3938
"psutil",

0 commit comments

Comments
 (0)