Skip to content

Commit

Permalink
build(conda): update conda file
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored May 10, 2024
1 parent c2f435a commit 448f32b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions conda/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,24 @@ requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- cmake >=3.26
- make # [unix]
- nodejs
host:
- python
- pip
- cython >=0.24.1
- setuptools >=61
- setuptools_scm
- numpy
- scikit-build-core >=0.9.0
- pyyaml
run:
- python >=3.7
- python
- openbabel
- rdkit >=2018.09
- numpy
- pandas
- networkx
- matplotlib
- matplotlib-base
- hmmlearn >=0.2.1
- ase
- scour
Expand Down

0 comments on commit 448f32b

Please sign in to comment.