We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e72ea9 + c38b945 commit c3b9ed5Copy full SHA for c3b9ed5
environment.yml
@@ -19,7 +19,7 @@ dependencies:
19
- joblib
20
- jupyter
21
- matplotlib
22
- # - numba>=0.56
+ - numba>=0.59
23
- numpy>=1.24
24
- numpydoc
25
- pandas
pyproject.toml
@@ -32,8 +32,7 @@ dependencies = [
32
"astropy >=6.1,<8.0.0",
33
"docutils",
34
"joblib",
35
- "numba >=0.59.0; python_version <'3.14'",
36
- "numba >=0.63.0b1; python_version >='3.14'",
+ "numba >=0.59.0",
37
"numpy >=1.26,<3.0.0",
38
"packaging",
39
"psutil",
0 commit comments