Skip to content

Commit

Permalink
Normalized reprostim recipe dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmdocua committed Feb 5, 2025
1 parent 86e7eab commit 3ba04a5
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions recipes/reprostim/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,28 @@ requirements:
- python {{ python_min }}
- setuptools >=46.4.0
- pip
- hatchling
- versioningit
run:
- python >={{ python_min }}
- __linux # Contstrain to linux
- matplotlib
- zbar
- click >=8.1.7
- click-didyoumean >=0.3.1
- pydantic >=2.7.1
- numpy >=1.26.4
- pyzbar >=0.1.9
- qrcode >=8.0
- opencv-python >=4.9.0.80

test:
imports:
- reprostim
commands:
- python -m pytest -vv test
- python -m pytest -vv tests
requires:
- python {{ python_min }}
- pytest
- pytest-cov
- matplotlib
source_files:
- tests

Expand Down

0 comments on commit 3ba04a5

Please sign in to comment.