Skip to content

Commit

Permalink
Merge pull request #109 from conda-forge-admin/conda_forge_admin_108
Browse files Browse the repository at this point in the history
ENH: update package version
  • Loading branch information
maresb authored Mar 15, 2024
2 parents c654201 + 7cc082d commit 40ead21
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

6 changes: 3 additions & 3 deletions .scripts/build_steps.sh

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

5 changes: 3 additions & 2 deletions build-locally.py

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

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "5.10.4" %}
{% set version = "5.11.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: 18deabc2ff6aec09a3b38ce5e8507ce2cc3673fc1af983307fdb38e75a4f3319
sha256: 5e1e0ee810645f349922118c2b1de36d84a1dcdc1a20418b2b27baccb254c29c

build:
number: 0
Expand All @@ -30,7 +30,7 @@ outputs:
- fastprogress >=0.2.0
- numpy >=1.15.0
- pandas >=0.24.0
- pytensor >=2.18.1,<2.19
- pytensor-base >=2.18.1,<2.19
- scipy >=1.4.1
- typing-extensions >=3.7.4
test:
Expand Down

0 comments on commit 40ead21

Please sign in to comment.