Skip to content

Commit 62de654

Browse files
authored
Enable numba and nrel-pysam in py3.12 anaconda environments (#1964)
1 parent 74e1fd1 commit 62de654

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/requirements-py3.12.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- cython
88
- ephem
99
- h5py
10-
# - numba # not available for 3.12 as of 2023-12-12
10+
- numba
1111
- numpy >= 1.16.0
1212
- pandas >= 0.25.0
1313
- pip
@@ -23,6 +23,6 @@ dependencies:
2323
- requests
2424
- scipy >= 1.5.0
2525
- statsmodels
26-
# - pip:
27-
# - nrel-pysam>=2.0 # not available for 3.12 as of 2023-12-12
26+
- pip:
27+
- nrel-pysam>=2.0
2828
# - solarfactors # required shapely<2 isn't available for 3.12

0 commit comments

Comments
 (0)