Skip to content

Commit

Permalink
Merge pull request #74 from conda-forge/flemmel-patch-14
Browse files Browse the repository at this point in the history
Update meta.yaml
  • Loading branch information
flemmel authored Jun 19, 2024
2 parents f065458 + 5ec51ef commit ed8e84f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{% set name = "pyxel-sim" %}
{% set version = "2.2" %}
{% set version = "2.3" %}

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

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

build:
entry_points:
- pyxel = pyxel.run:main
noarch: python
script: {{ PYTHON }} -m pip install . -vv
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
Expand Down Expand Up @@ -46,7 +48,7 @@ requirements:
- pyyaml
- xlrd
- openpyxl
- netcdf4
- netcdf4 !=1.7.1
- attrs >=21.3.0
- click !=8.1.4,!=8.1.5
- tqdm
Expand All @@ -61,11 +63,12 @@ requirements:
- specutils
- synphot
- diskcache
- rich
- asdf # Added manually
- pygmo >=2.16.1 # Added manually
- poppy # Added manually
- panel # Added manually


test:
imports:
Expand Down

0 comments on commit ed8e84f

Please sign in to comment.