Skip to content

Commit

Permalink
Fix dpnp version restriction in conda recipe (#347)
Browse files Browse the repository at this point in the history
* Fix dpnp version restriction in conda recipe
* Use dpnp only with py37
* dpnp >=0.5.1,<0.6*
  • Loading branch information
PokhodenkoSA authored May 5, 2021
1 parent eb379f0 commit 84b5dd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ requirements:
- cython
- numba 0.52.*
- dpctl 0.7.*
- dpnp >=0.5.1,<0.6.* # [linux]
- dpnp >=0.5.1,<0.6* # [linux and py==37]
- wheel
run:
- python
Expand All @@ -29,7 +29,7 @@ requirements:
- spirv-tools
- llvm-spirv
- llvmdev
- dpnp >=0.5.1,<0.6.* # [linux]
- dpnp >=0.5.1,<0.6* # [linux and py==37]

test:
requires:
Expand Down

0 comments on commit 84b5dd7

Please sign in to comment.