We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e1fd1 commit 62de654Copy full SHA for 62de654
ci/requirements-py3.12.yml
@@ -7,7 +7,7 @@ dependencies:
7
- cython
8
- ephem
9
- h5py
10
- # - numba # not available for 3.12 as of 2023-12-12
+ - numba
11
- numpy >= 1.16.0
12
- pandas >= 0.25.0
13
- pip
@@ -23,6 +23,6 @@ dependencies:
23
- requests
24
- scipy >= 1.5.0
25
- statsmodels
26
- # - pip:
27
- # - nrel-pysam>=2.0 # not available for 3.12 as of 2023-12-12
+ - pip:
+ - nrel-pysam>=2.0
28
# - solarfactors # required shapely<2 isn't available for 3.12
0 commit comments