Skip to content

Commit

Permalink
Merge pull request #7 from regro-cf-autotick-bot/0.2.4_h62fd57
Browse files Browse the repository at this point in the history
hssm v0.2.4
  • Loading branch information
digicosmos86 authored Sep 20, 2024
2 parents 707d66b + 28ffb1b commit bd18e8d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
3 changes: 2 additions & 1 deletion .scripts/build_steps.sh

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

9 changes: 6 additions & 3 deletions build-locally.py

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

25 changes: 12 additions & 13 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "hssm" %}
{% set version = "0.2.3" %}
{% set version = "0.2.4" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/hssm-{{ version }}.tar.gz
sha256: e20f327966ac0e378cbf5f45fac71760ba02740480ab8a614f7d69268aa7000b
sha256: 5bd1986da145942cf619e4cd7ccb0f00d59f20cc05780acdf531800e98c19dd1

build:
noarch: python
Expand All @@ -16,28 +16,27 @@ build:

requirements:
host:
- python >=3.10,<3.12
- python >=3.10,<=3.12
- poetry-core
- pip
run:
- python >=3.10,<3.12
- pymc >=5.14
- arviz >=0.18.0
- python >=3.10,<=3.12
- pymc >=5.16.2,<5.17.0
- arviz >=0.19.0
- onnx >=1.16.0,<2.0.0
- jax >=0.4.25,<0.5.0
- ssm-simulators >=0.7.2,<0.8.0
- huggingface_hub >=0.23.0,<0.24.0
- onnxruntime >=1.15.0,<2.0.0
- bambi >=0.13.0,<0.14.0
- numpyro >=0.15.0,<0.16.0
- ssm-simulators >=0.7.5,<0.8.0
- huggingface_hub >=0.24.6,<0.25.0
- bambi >=0.14.0,<0.15.0
- numpyro >=0.15.2,<0.16.0
- seaborn >=0.13.2,<0.14.0
- hddm-wfpt >=0.1.4,<0.2.0
test:
imports:
- hssm
# Temporarily not doing pip check because jaxlib version on conda-forge lags behind jax version
# commands:
# - pip check
commands:
- pip check
requires:
- pip

Expand Down

1 comment on commit bd18e8d

@conda-forge-webservices
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

You should get push access to this feedstock and CI services.

Your package won't be available for installation locally until it is built
and synced to the anaconda.org CDN (takes 1-2 hours after the build finishes).

Feel free to join the community Element channel.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details on this are here.

Please sign in to comment.