Skip to content

Commit

Permalink
update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
changliao1025 committed May 17, 2023
1 parent b5bf831 commit 4d6db96
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
21 changes: 14 additions & 7 deletions meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ build:
host:
platform: linux-64
script:
- python setup.py build_external
# Build the package for macOS (64-bit)
- python setup.py build_external
host:
platform: osx-64
script:
Expand All @@ -33,19 +32,27 @@ requirements:
- make
- python
- setuptool
- pip
run:
- python
- numpy
- matplotlib
- matplotlib-base
- gdal
- pyflowline

test:
imports:
- pyhexwatershed
commands:
- pip check
requires:
- pip

about:
home: https://github.com/changliao1025/pyhexwatershed
license: MIT
license_familY: MIT
license_file: LICENSE
summary: "HexWatershed"
summary: A mesh-independent flow direction model for hydrologic models
license: BSD-2-Clause
license_file: LICENSE.md

extra:
recipe-maintainers:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,6 @@ def run(self):
cmdclass={"build_external": build_external},
classifiers=CLASSIFY,
extras_require={
'visualization': ['matplotlib', 'cartopy>=0.21.0']
'visualization': ['cython', 'matplotlib', 'cartopy>=0.21.0']
}
)

0 comments on commit 4d6db96

Please sign in to comment.