Skip to content

Commit

Permalink
Enable numba and nrel-pysam in py3.12 anaconda environments (#1964)
Browse files Browse the repository at this point in the history
  • Loading branch information
kandersolar authored Feb 27, 2024
1 parent 74e1fd1 commit 62de654
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/requirements-py3.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- cython
- ephem
- h5py
# - numba # not available for 3.12 as of 2023-12-12
- numba
- numpy >= 1.16.0
- pandas >= 0.25.0
- pip
Expand All @@ -23,6 +23,6 @@ dependencies:
- requests
- scipy >= 1.5.0
- statsmodels
# - pip:
# - nrel-pysam>=2.0 # not available for 3.12 as of 2023-12-12
- pip:
- nrel-pysam>=2.0
# - solarfactors # required shapely<2 isn't available for 3.12

0 comments on commit 62de654

Please sign in to comment.