Skip to content

Commit

Permalink
Merge pull request #73 from conda-forge/flemmel-patch-13
Browse files Browse the repository at this point in the history
Update meta.yaml
  • Loading branch information
flemmel authored May 29, 2024
2 parents 9971d37 + 0c410d0 commit f065458
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{% set name = "pyxel-sim" %}
{% set version = "2.1.1" %}
{% set version = "2.2" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pyxel_sim-{{ version }}.tar.gz
sha256: 9477ec1f47c6a619b541e21daa6dca708116078ed2b61687413d01485fd4c47f
sha256: f92687419444aacbf0f1f53f88186832a3521fcf91b25080f670081bb59ce75e

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
Expand All @@ -18,13 +18,13 @@ requirements:
host:
- python >=3.9
- setuptools >=63
- versioneer ==0.28
- versioneer ==0.29
- wheel
- pip
run:
- python >=3.9
- numba
- numpy <2
- numpy >=1.21,<2
- pandas
- scipy
- xarray >=2022.06
Expand All @@ -34,6 +34,7 @@ requirements:
- seaborn
- hvplot
- bokeh >=3.3.0
- panel
- dask
- distributed
- ipywidgets >=7.5
Expand Down

0 comments on commit f065458

Please sign in to comment.