Skip to content

Commit

Permalink
Update conda recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
craabreu authored Dec 6, 2023
1 parent 97bb423 commit c4da4e2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions devtools/conda-recipes/anaconda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{% set version = environ['UFEDMM_VERSION'][1:] %}
{% set python_version = environ['PYTHON_VERSION'] %}

package:
name: ufedmm
Expand All @@ -10,16 +9,16 @@ source:

build:
number: 0
script: python -m pip install . --no-deps
script: python -m pip install --no-deps --ignore-installed .

requirements:
host:
- python={{ python_version }}
- python
- setuptools
- versioningit
- pip
run:
- python={{ python_version }}
- python
- importlib-resources # [py<310]
- numpy
- openmm
Expand All @@ -38,7 +37,7 @@ about:
license: MIT
license_family: MIT
license_file: LICENSE
doc_url: https://craabreu.github.io/ufedmm/
doc_url: https://craabreu.github.io/ufedmm
dev_url: https://github.com/craabreu/ufedmm

extra:
Expand Down

0 comments on commit c4da4e2

Please sign in to comment.