Skip to content

Commit

Permalink
ci: updating LS conda requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Aug 5, 2024
1 parent ad3bb55 commit ef50c46
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,26 @@ build:
script: "{{ PYTHON }} -m pip install ."

requirements:
build:
- numpy
host:
- pip
- python
- cython
- python >=3.8
- setuptools
- numpy
- pip
run:
- numpy
- python >=3.8
- numpy >=1.18
- pandas
- scipy
- scikit-image
- scikit-learn
- tqdm
- python >=3.6

test:
import:
- numpy
- pandas
- loopstructural
imports:
- LoopStructural
commands:
- pip check
requires:
- pip


about:
Expand Down

0 comments on commit ef50c46

Please sign in to comment.