Skip to content

Commit

Permalink
Merge pull request #5 from regro-cf-autotick-bot/0.2.1_h23122a
Browse files Browse the repository at this point in the history
  • Loading branch information
goanpeca authored Sep 7, 2023
2 parents e43fadd + 7be0c39 commit 28791ca
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 11 additions & 8 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "arcos4py" %}
{% set version = "0.1.6" %}
{% set version = "0.2.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/arcos4py-{{ version }}.tar.gz
sha256: 48dde3328abb197a607251273b6da85bdd5cb48d1a48d2bf5dc844be6bf77993
sha256: 3ce8b1181ed7aa1cdd1b17e28ddc93d7b0dfd79f1af294c319f5c27412f69fd4

build:
noarch: python
Expand All @@ -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 28791ca

Please sign in to comment.