-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create requirements-py3.12.yml * add 3.12 to GH Actions test workflows * whatsnew * nix solarfactors * fix yaml syntax * increase min scipy to 1.5; update comments
- Loading branch information
1 parent
f430a74
commit 304fbb5
Showing
4 changed files
with
31 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: test_env | ||
channels: | ||
- defaults | ||
- conda-forge | ||
dependencies: | ||
- coveralls | ||
- cython | ||
- ephem | ||
- h5py | ||
# - numba # not available for 3.12 as of 2023-12-12 | ||
- numpy >= 1.16.0 | ||
- pandas >= 0.25.0 | ||
- pip | ||
- pytest | ||
- pytest-cov | ||
- pytest-mock | ||
- requests-mock | ||
- pytest-timeout | ||
- pytest-rerunfailures | ||
- pytest-remotedata | ||
- python=3.12 | ||
- pytz | ||
- requests | ||
- scipy >= 1.5.0 | ||
- statsmodels | ||
# - pip: | ||
# - nrel-pysam>=2.0 # not available for 3.12 as of 2023-12-12 | ||
# - solarfactors # required shapely<2 isn't available for 3.12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters