diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 8bf26f3..e6fc042 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "pyxel-sim" %} -{% set version = "2.1.1" %} +{% set version = "2.2" %} package: name: {{ name|lower }} @@ -7,8 +7,8 @@ package: 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 @@ -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 @@ -34,6 +34,7 @@ requirements: - seaborn - hvplot - bokeh >=3.3.0 + - panel - dask - distributed - ipywidgets >=7.5