Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
goanpeca authored Sep 7, 2023
1 parent 1a81dee commit 7be0c39
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,21 @@ requirements:
host:
- pip
- poetry
- python >=3.8,<3.11
- python >=3.8,<3.12
run:
- joblib >=1.2.0
- kneed >=0.7.0
- matplotlib-base >=3.3.4
- mkdocs-material-extensions >=1.0.3,<2.0.0
- numpy >=1.21.5
- numpy >=1.21.6
- pandas >=1.3.5
- python >=3.8,<3.11
- scikit-learn >=1.0.2
- pulp >=2.7.0,<3.0.0
- python >=3.8,<3.12
- scikit-image >=0.21.0,<0.22.0
- scikit-learn >=1.3.0
- scipy >=1.7.3
- seaborn >=0.11.2,<0.12.0
- joblib >=1.2.0
- tqdm >=4.64.1
- kneed >=0.7.0

test:
imports:
Expand All @@ -46,6 +48,7 @@ about:
summary: A python package to detect collective spatio-temporal phenomena.
license: MIT
license_file: LICENSE
dev_url: https://github.com/bgraedel/arcos4py

extra:
recipe-maintainers:
Expand Down

0 comments on commit 7be0c39

Please sign in to comment.