Skip to content

Commit

Permalink
Gave more freedom to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
siboles committed Nov 10, 2021
1 parent 798149e commit 39767a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions src/conda-recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
python:
- 3.5
- 3.6
- 3
8 changes: 4 additions & 4 deletions src/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,31 @@ requirements:
- cgal
- tbb
- vtk
- simpleitk 1.0*
- simpleitk
- numpy
- scipy
- matplotlib
- scikit-learn
- xlrd
- xlwt
- wquantiles
- febio 0.2*
- febio
run:
- python
- future
- tetmesh
- cgal
- tbb
- vtk
- simpleitk 1.0*
- simpleitk
- numpy
- scipy
- matplotlib
- scikit-learn
- xlrd
- xlwt
- wquantiles
- febio 0.2*
- febio

test:
imports:
Expand Down

0 comments on commit 39767a3

Please sign in to comment.