Skip to content

Commit

Permalink
Add version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
chudur-budur committed Aug 20, 2023
1 parent d9d38cb commit 511c2bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ requirements:
host:
- python
- setuptools >=63.*
- scikit-build
- cmake
- scikit-build >=0.15*
- cmake >=3.26*
- numba >=0.57*
- dpctl >=0.14*
- dpnp >=0.11*
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ dependencies:
- mkl >=2021.3.0 # for dpnp
- dpcpp-llvm-spirv
- packaging
- scikit-build
- cmake
- scikit-build >=0.15*
- cmake >=3.26*
- pytest
- pip
- pip:
Expand Down
4 changes: 2 additions & 2 deletions environment/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ dependencies:
- pytest-cov
- pytest-xdist
- pexpect
- scikit-build
- cmake
- scikit-build>=0.15*
- cmake>=3.26*

0 comments on commit 511c2bc

Please sign in to comment.