Skip to content

Commit

Permalink
[#834] Started updating conda_recipe/meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Didou09 committed Sep 17, 2023
1 parent d3a59a4 commit 5da11c3
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions conda_recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,34 +20,33 @@ requirements:
- setuptools >=40.8.0
- setuptools_scm
- numpy
- scipy
- matplotlib
- Cython >=0.26
- pytest
- pygments
# - pygments


# for running the library
run:
- python
- setuptools
- setuptools_scm
- numpy
- scipy
- matplotlib
contourpy
- Cython >=0.26
- pytest
- pygments
# - pygments
- requests
- svg.path
- Polygon3
- bsplines2d >= 0.0.6
- pytest
# - scikit-sparse # not available on Windows
# - scikit-umfpack # not available on Windows

test:
requires:
- pytest
imports:
- tofu.geom
- tofu

about:
home: https://github.com/ToFuProject/tofu
Expand Down

0 comments on commit 5da11c3

Please sign in to comment.