Skip to content

Commit

Permalink
Add hatch and friends, modernise build command
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jul 30, 2024
1 parent 9eae62b commit 9827887
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions conda_recipe/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ source:
requirements:
build:
- python
- setuptools
- hatch
- hatchling
- future
- numpy >=1.9

Expand All @@ -24,7 +25,7 @@ requirements:
- numpy >=1.9

build:
script: python setup.py build && python setup.py install
script: pip install . --no-deps

test:
# Python imports
Expand Down

0 comments on commit 9827887

Please sign in to comment.