Skip to content

Commit 5e3e07c

Browse files
committed
added python 3.13 requirements.yml
1 parent 9fb2eb3 commit 5e3e07c

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

ci/requirements-py3.13.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: test_env
2+
channels:
3+
- defaults
4+
- conda-forge
5+
dependencies:
6+
- coveralls
7+
- cython
8+
- ephem
9+
- h5py
10+
- numba
11+
- numpy >= 1.17.3
12+
- pandas >= 1.3.0
13+
- pip
14+
- pytest
15+
- pytest-cov
16+
- pytest-mock
17+
- requests-mock
18+
- pytest-timeout
19+
- pytest-rerunfailures
20+
- conda-forge::pytest-remotedata # version in default channel is old
21+
- python=3.12
22+
- pytz
23+
- requests
24+
- scipy >= 1.6.0
25+
- statsmodels
26+
- pip:
27+
- nrel-pysam>=2.0
28+
# - solarfactors # required shapely<2 isn't available for 3.12

0 commit comments

Comments
 (0)