Skip to content

Commit

Permalink
fixed requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Nov 28, 2023
1 parent 9362307 commit 7d46dda
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,37 @@ channels:
- defaults
dependencies:
- pip
- python>=3.9
- pywps>=4.5.2,<4.7
- python >=3.9
- pywps >=4.5.2,<4.7
- jinja2
- click
- psutil
- requests
# daops
- cftime>=1.2.1
- cftime >=1.2.1
- xarray >=0.21,<2023.3.0 # https://github.com/pydata/xarray/issues/7794
- xesmf >=0.8.2
- cf_xarray>=0.7
- dask>=2021.12
- netcdf4>=1.4
- bottleneck>=1.3.1,<1.4
- daops>=0.10.0,<0.11
- cf_xarray >=0.7
- dask >=2021.12
- netcdf4 >=1.4
- bottleneck >=1.3.1,<1.4
- daops >=0.10.0,<0.11
- clisops >=0.12.0,<0.13
- roocs-utils >=0.6.4,<0.7
- roocs-grids >=0.1.2
# workflow
- networkx
# provenance
- prov>=2.0.0
- prov >=2.0.0
- pydot
- graphviz
# catalog
- intake
- pandas>=1.3.5,<2.0
- sqlalchemy>=1.4.45,<2.0
- pandas >=1.3.5,<2.0
- sqlalchemy >=1.4.45,<2.0
- aiohttp
# dashboard
- bokeh>=2.4.2,<2.5
- bokeh >=2.4.2,<2.5
# tests
- pytest
- beautifulsoup4
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ psutil
# daops
daops>=0.10.0,<0.11
# daops @ git+https://github.com/roocs/daops.git@regrid-main-ce#egg=daops
clisops>=0.12.0,<0.12
clisops>=0.12.0,<0.13
# clisops @ git+https://github.com/roocs/clisops.git@regrid-main#egg=clisops
roocs-utils>=0.6.4,<0.7
roocs_grids>=0.1.2
Expand Down

0 comments on commit 7d46dda

Please sign in to comment.