forked from SciTools/iris-esmf-regrid
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update lockfiles and fix for new esmpy (SciTools#342)
* fix for new esmpy * alternate fix for esmpy 8.6 * upgrade python versions * upgrade python versions for wheel ci * alternate approach for coverage * try codecov v3 * add token to codecov action * pin conda for asv * fix conda for asv * fix conda for asv * back out conda actions * pin conda for benchmarks * fix conda for benchmarks * fix ESMFMKFILE for benchmarks
- Loading branch information
1 parent
94f3e05
commit 01369d1
Showing
10 changed files
with
825 additions
and
200 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
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,32 @@ | ||
name: esmf-regrid-dev | ||
|
||
channels: | ||
- conda-forge | ||
|
||
dependencies: | ||
- python=3.12 | ||
|
||
# Setup dependencies. | ||
- setuptools>=40.8.0 | ||
|
||
# Core dependencies. | ||
- cartopy>=0.18 | ||
- numpy>=1.14 | ||
- scipy | ||
- esmpy>=7.0 | ||
- iris | ||
- cf-units | ||
|
||
# Test dependencies. | ||
- asv | ||
- codecov | ||
- nox | ||
- pre-commit | ||
- pytest | ||
- pytest-cov | ||
|
||
# Docs dependencies. | ||
- pydata-sphinx-theme | ||
- sphinx | ||
- sphinx-copybutton | ||
- sphinxcontrib-apidoc |