Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cdt_name:
- cos7
- conda
channel_sources:
- conda-forge
channel_targets:
Expand Down
10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{% set name = "array-api-strict" %}
{% set version = "2.1.2" %}
{% set version = "2.1.3" %}

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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/array_api_strict-{{ version }}.tar.gz
sha256: 88b7a0758a52d960ce552405e77b68918f292b00f20e40b1aaf81cb393a7f98e
sha256: f7b41168a9fa71d87922fffd141ae61f4ceb38a0906fc7d128b1f3349f7c6ce6

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 2
number: 0

requirements:
host:
- python >=3.9
- pip
- setuptools
run:
- python >=3.10
- numpy >=2.1
- python >=3.9
- numpy

test:
imports:
Expand Down