Skip to content

Commit

Permalink
MNT: Add setuptools build backend to host requirements (#87)
Browse files Browse the repository at this point in the history
* All build system requirements need to be host requirements.
* Update the build script to use the conda-forge defaults of
  --no-build-isolation.
* Bump build number.
  • Loading branch information
matthewfeickert authored Sep 14, 2024
1 parent 47083c6 commit 189273f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ source:
sha256: bb86951081050236a261683fca2fece3326c116d481c56c7a2566f6ff21773c3

build:
number: 0
number: 1
noarch: python
script: {{ PYTHON }} -m pip install . -vv
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation

requirements:
host:
- pip
- python >=3.7
- setuptools
- setuptools_scm
run:
- matplotlib-base >=3.4
Expand Down

0 comments on commit 189273f

Please sign in to comment.