Skip to content

Commit

Permalink
Add setuptools to build requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
maddenp-noaa committed Nov 14, 2024
1 parent 2239254 commit a81a80c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"pytest-cov =5.0.*",
"pytest-xdist =3.6.*",
"python >=3.9,<3.13",
"pyyaml =6.0.*"
"pyyaml =6.0.*",
"setuptools"
],
"run": [
"f90nml =1.4.*",
Expand Down
1 change: 1 addition & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ build:
requirements:
build:
- pip
- setuptools
run:
- f90nml 1.4.*
- iotaa 0.8.*
Expand Down

0 comments on commit a81a80c

Please sign in to comment.