Skip to content

Commit

Permalink
lpsolve55 - move specifications to a build config
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Jun 12, 2024
1 parent 88dd350 commit 540c05b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions lpsolve55/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
python:
- 3.7
numpy:
- 1.15

4 changes: 2 additions & 2 deletions lpsolve55/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ build:

requirements:
build:
- python=3.7
- python
- setuptools
- numpy

run:
- python=3.7
- python
- numpy

test:
Expand Down

0 comments on commit 540c05b

Please sign in to comment.