Skip to content

Commit

Permalink
use noarch
Browse files Browse the repository at this point in the history
  • Loading branch information
MridulS authored Jan 28, 2025
1 parent 226c284 commit 5def826
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions recipes/easydiffraction/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
context:
name: easydiffraction
version: 0.3.0
python_min: "3.11"

package:
name: ${{ name|lower }}
Expand All @@ -12,18 +13,17 @@ source:

build:
number: 0
skip:
- match(python, "<3.11")
noarch: python
script: ${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation

requirements:
host:
- python
- python ${{ python_min }}.*
- hatchling
- versioningit
- pip
run:
- python
- python >=${{ python_min }},<3.13
- cryspy
- easycrystallography
- easyscience
Expand All @@ -33,6 +33,8 @@ tests:
- python:
imports:
- easydiffraction
pip_check: false
python_version: ${{ python_min }}.*

about:
homepage: https://easydiffraction.org/
Expand Down

0 comments on commit 5def826

Please sign in to comment.