Skip to content

Commit

Permalink
Adding pys2index dependency (#3577)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoakim authored Apr 24, 2024
1 parent 4db3929 commit 696097c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ dependencies:
- psy-reg
- psy-simple
- pyproj >=2.1
- pys2index # only from conda-forge
- python >=3.9
- python-cdo
- python-dateutil
Expand Down
1 change: 1 addition & 0 deletions environment_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ dependencies:
- psy-reg
- psy-simple
- pyproj>=2.1
- pys2index # only from conda-forge
- python >=3.9
- python-cdo
- python-dateutil
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
'psy-reg',
'psy-simple',
'pyproj>=2.1',
# 'pys2index', # issues installing from PyPI (wheel doesn't build)
'python-dateutil',
'pyyaml',
'rasterio',
Expand Down

0 comments on commit 696097c

Please sign in to comment.