Skip to content

Commit

Permalink
version update 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d-cunningham committed Sep 2, 2021
1 parent a08a51a commit 591ff7f
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions recipe/meta.yaml
@@ -1,6 +1,6 @@
{% set name = "pystan" %}
{% set version = "2.19.1.1" %}
{% set sha256sum = "fa8bad8dbc0da22bbe6f36af56c9abbfcf10f92df8ce627d59a36bd8d25eb038" %}
{% set version = "3.2.0" %}
{% set sha256sum = "aab87b5d1443ff41d786bd8770d1ce03c3c695adcb309c2cfa2c4ea95bd332ab" %}

package:
name: {{ name }}
Expand All @@ -12,7 +12,7 @@ source:
sha256: {{ sha256sum }}

build:
number: 3
number: 0
skip: True # [win and py27]
detect_binary_files_with_prefix: False

Expand All @@ -26,7 +26,7 @@ requirements:
host:
- python
- pip
- numpy
- numpy >=1.7,<2.0
- cython >=0.22,!=0.25.1
- scipy
- setuptools
Expand All @@ -45,6 +45,10 @@ requirements:
- matplotlib-base
- arviz # [py>=35]
- libpython # [win]
- aiohttp >=3.6,<4.0
- clikit >=0.6,<0.7
- httpstan >=4.5,<4.6
- pysimdjson >=3.2,<4.0

test:
imports:
Expand All @@ -66,3 +70,4 @@ extra:
recipe-maintainers:
- rmax
- dhirschfeld
- mxr-conda

0 comments on commit 591ff7f

Please sign in to comment.