-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #66 from ks905383/update_test_envs
Update test envs to support python 3.9-3.12, plus an env without xesmf
- Loading branch information
Showing
9 changed files
with
119 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: test_env_xagg_38 | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.11 | ||
############## These will have to be adjusted to your specific project | ||
- numpy | ||
- scipy | ||
- xarray | ||
- pandas | ||
- netcdf4 | ||
- geopandas >= 0.12.0 | ||
- shapely | ||
- xesmf >= 0.7.0 # These versions and explicit loads are to fix an issue in xesmf's call to cf_xarray (possibly through esmpy) | ||
- cf_xarray >= 0.5.1 | ||
- esmf >= 8.1.0 | ||
- esmpy >= 8.1.0 | ||
- pytables | ||
############## | ||
- pytest | ||
- pip: | ||
- codecov | ||
- pytest-cov | ||
- coverage[toml] | ||
# - tables >= 3.7.0 # For exporting hd5 files through wm.to_file() (3.6.0 may have issues) |
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,22 @@ | ||
name: test_env_xagg_noxe | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.12 | ||
############## Without xesmf / esmpy / esmf explicitly installed, to check optional dependency | ||
- numpy | ||
- scipy | ||
- xarray | ||
- pandas | ||
- netcdf4 | ||
- geopandas >= 0.12.0 | ||
- shapely | ||
- cf_xarray >= 0.5.1 | ||
- pytables | ||
############## | ||
- pytest | ||
- pip: | ||
- codecov | ||
- pytest-cov | ||
- coverage[toml] | ||
# - tables >= 3.7.0 # For exporting hd5 files through wm.to_file() (3.6.0 may have issues) |
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,25 @@ | ||
name: test_env_xagg_38 | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.12 | ||
############## These will have to be adjusted to your specific project | ||
- numpy | ||
- scipy | ||
- xarray | ||
- pandas | ||
- netcdf4 | ||
- geopandas >= 0.12.0 | ||
- shapely | ||
- xesmf >= 0.7.0 # These versions and explicit loads are to fix an issue in xesmf's call to cf_xarray (possibly through esmpy) | ||
- cf_xarray >= 0.5.1 | ||
- esmf >= 8.1.0 | ||
- esmpy >= 8.1.0 | ||
- pytables | ||
############## | ||
- pytest | ||
- pip: | ||
- codecov | ||
- pytest-cov | ||
- coverage[toml] | ||
# - tables >= 3.7.0 # For exporting hd5 files through wm.to_file() (3.6.0 may have issues) |
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