Skip to content

Commit

Permalink
Add setuptools to dev environment and conda recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Nov 6, 2024
1 parent ac7658c commit a49be45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-spec.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ shapely>=2.0,<3.0
# Development
pip
pytest
setuptools>=60

# Documentation
sphinx
Expand Down
1 change: 1 addition & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ requirements:
host:
- python >=3.9
- pip
- setuptools >=60
run:
- python >=3.9
- cartopy
Expand Down

0 comments on commit a49be45

Please sign in to comment.