Skip to content

Commit

Permalink
Merge pull request #48 from mattpitkin/pinned_scipy
Browse files Browse the repository at this point in the history
Update v0.17.1 release with pinned scipy version
  • Loading branch information
ColCarroll authored Apr 8, 2024
2 parents 3c56194 + e5f3fb4 commit 753f936
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,35 +1,34 @@
{% set name = "arviz" %}
{% set version = "0.18.0" %}
{% set version = "0.17.1" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 2ffd6a632af6b28eb5dac7e3b938223ffa202308dc67c58b55a404565a985bd2
sha256: b46dc693e34fd3dff20d824234c7a01cb04b1b536441e285218c54fab42c3c09
build:
noarch: python
number: 0
number: 1
script: {{ PYTHON }} -m pip install . --no-deps -vv

requirements:
host:
- python >=3
- pip
run:
- python >=3.10
- python >=3.9
- setuptools >=60.0
- matplotlib-base >=3.5
- numpy >=1.23,<2.0
- scipy >=1.9
- numpy >=1.22,<2.0
- scipy >=1.9,<1.13
- packaging
- pandas >=1.5
- xarray >=2022.6.0
- pandas >=1.4
- xarray >=0.21.0
- h5netcdf >=1.0.2
- typing_extensions >=4.1.0
- xarray-einstats >=0.3
- dm-tree >=0.1.8

test:
imports:
Expand Down

0 comments on commit 753f936

Please sign in to comment.