Skip to content

Commit

Permalink
patch out runtime deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacdope committed Oct 31, 2022
1 parent ca56856 commit 1fc85cf
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions recipes/distopia/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "distopia" %}
{% set version = "0.1.0" %}
{% set version = "0.1.1rc1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/distopia-{{ version }}.tar.gz
sha256: 9118b6c6bf1589be3f7d8be0e295bdf737a9e2a13c54e6fac28f9aea8e50bf51
sha256: a07007212d9ddac52edd9d6cf9c18eee6072afa67a81cfe6144db0a113ff11bc

build:
script: "{{ PYTHON }} -m pip install . -vv"
Expand All @@ -28,9 +28,6 @@ requirements:
run:
- python
- {{ pin_compatible('numpy') }}
- cmake
- scikit-build
- cython

test:
imports:
Expand Down

0 comments on commit 1fc85cf

Please sign in to comment.