Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion conda_package/dev-spec.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
python>=3.11
cartopy
cmocean
dask
dask-core
geometric_features>=1.6.3,<2.0.0
jinja2
h5py
hdf5
inpoly
Expand Down
3 changes: 2 additions & 1 deletion conda_package/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ platforms = ["linux-64", "osx-64"]
python = ">=3.11"
cartopy = "*"
cmocean = "*"
dask = "*"
dask-core = "*"
geometric_features = ">=1.6.3,<2.0.0"
jinja2 = "*"
h5py = "*"
hdf5 = "*"
inpoly = "*"
Expand Down
1 change: 1 addition & 0 deletions conda_package/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ dependencies = [
"dask",
"h5py",
"inpoly",
"jinja2",
"matplotlib >=3.9.0",
"netcdf4",
"networkx",
Expand Down
4 changes: 3 additions & 1 deletion conda_package/recipe/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ requirements:
- python
- cartopy
- cmocean
- dask
- dask-core
- geometric_features >=1.6.3,<2.0.0
- jinja2
- h5py
- inpoly
- matplotlib-base >=3.9.0
Expand Down Expand Up @@ -130,6 +131,7 @@ tests:
requirements:
run:
- pytest
- pyyaml
- requests
files:
source:
Expand Down
Loading