Skip to content

Commit

Permalink
MNT: Remove 'pip install' options (#35)
Browse files Browse the repository at this point in the history
* Remove --no-deps --no-build-isolation 'pip install' options in recipes as
  the build tool (e.g. conda-build, rattler-build) will enforce all required
  'pip install' options itself at build time.
* Bump build number.
  • Loading branch information
matthewfeickert authored Nov 18, 2024
1 parent 844155a commit 34a34d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ source:
sha256: 22ea15b6284413222559351b0b62b4ce9d542aabdc0916fab9f73c8c50a32738

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

requirements:
host:
Expand Down

0 comments on commit 34a34d6

Please sign in to comment.