Skip to content

Commit

Permalink
Merge pull request #125 from regro-cf-autotick-bot/5.17.0_h22490a
Browse files Browse the repository at this point in the history
pymc v5.17.0
  • Loading branch information
twiecki authored Oct 3, 2024
2 parents 3b1d204 + 0bc32e9 commit c47ce1e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
9 changes: 7 additions & 2 deletions .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.

6 changes: 4 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "5.16.2" %}
{% set version = "5.17.0" %}

package:
name: pymc-suite # https://github.com/conda/conda-build/issues/3933
version: {{ version }}

source:
url: https://pypi.io/packages/source/p/pymc/pymc-{{ version }}.tar.gz
sha256: c1864a7bbafc38d495be56ff7f2e69d79087fc19cabebdc5b05688a3c98d8b12
sha256: 3b7810f770c7aeab3087e289fadc97252ad423f3aa3f42b5715648f13df2aab7

build:
number: 0
Expand All @@ -20,6 +20,8 @@ outputs:
requirements:
host:
- python >=3.10
- setuptools
- versioneer ==0.29
- pip
run:
- python >=3.10
Expand Down

0 comments on commit c47ce1e

Please sign in to comment.