Skip to content

Commit

Permalink
Merge pull request #3 from regro-cf-autotick-bot/0.1.6_ha11e0b
Browse files Browse the repository at this point in the history
arcos4py v0.1.6
  • Loading branch information
jaimergp authored Apr 23, 2023
2 parents 03754aa + d177795 commit e43fadd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.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.

11 changes: 7 additions & 4 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.5" %}
{% set version = "0.1.6" %}

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

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

build:
noarch: python
Expand All @@ -18,16 +18,19 @@ requirements:
host:
- pip
- poetry
- python >=3.8
- python >=3.8,<3.11
run:
- matplotlib-base >=3.3.4
- mkdocs-material-extensions >=1.0.3,<2.0.0
- numpy >=1.21.5
- pandas >=1.3.5
- python >=3.8
- python >=3.8,<3.11
- scikit-learn >=1.0.2
- 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 Down

0 comments on commit e43fadd

Please sign in to comment.