Skip to content

Commit 40434e9

Browse files
Apply suggestions from code review
Co-authored-by: Will Holmgren <[email protected]>
1 parent 050ed01 commit 40434e9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ci/requirements-py3.13.yml

Lines changed: 4 additions & 4 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 py3.13 as of Dec 2024
10+
- numba
1111
- numpy >= 1.17.3
1212
- pandas >= 1.3.0
1313
- pip
@@ -23,6 +23,6 @@ dependencies:
2323
- requests
2424
- scipy >= 1.6.0
2525
- statsmodels
26-
# - pip:
27-
# - nrel-pysam>=2.0 # not available for py3.13 as of Dec 2024
28-
# - solarfactors # required shapely<2 isn't available for Python>=3.12
26+
- pip:
27+
- nrel-pysam>=2.0
28+
- solarfactors

docs/sphinx/source/whatsnew/v0.11.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Documentation
1818

1919
Testing
2020
~~~~~~~
21-
* Added Python 3.12 to test suite. (:pull:`2258`)
21+
* Added Python 3.13 to test suite. (:pull:`2258`)
2222

2323

2424
Requirements

0 commit comments

Comments
 (0)