Skip to content

Commit

Permalink
update python env for new copernicus marine toolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
GilesFearon committed Dec 18, 2023
1 parent ae25948 commit 0b6b561
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions toolkit/Condafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- anaconda
- conda-forge
dependencies:
- python
- python=3.10.6
- numpy
- xarray
- cython
Expand Down Expand Up @@ -33,7 +33,7 @@ dependencies:
- pytest
- pip
- pip:
- motuclient==3.0.0
- psycopg==3.1.8
- psycopg-pool==3.1.6
- cchardet
- copernicus-marine-client>=0.10.0<0.11.0
2 changes: 1 addition & 1 deletion toolkit/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ h5py = "*"
asyncpg = "*"
pydap = "*"
lxml = "*"
motuclient = "*"
pytest = "*"
scipy = "*"
psutil = "*"
copernicus-marine-client = "*"

[dev-packages]

Expand Down

0 comments on commit 0b6b561

Please sign in to comment.