Skip to content

Commit

Permalink
update yaml files for testing for python 3.10 and 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
2320sharon committed Oct 25, 2024
1 parent 4386edd commit ab418af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/envs/310-coastseg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ channels:
dependencies:
- python=3.10
# required
- jupyterlab
- geopandas
- gdal
- pip
- pip:
- tensorflow
4 changes: 2 additions & 2 deletions ci/envs/312-coastseg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: test
channels:
- conda-forge
dependencies:
- python=3.11
- python=3.12
# required
- jupyterlab
- geopandas
- gdal
- pip
- pip:
- tensorflow

0 comments on commit ab418af

Please sign in to comment.