We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1da86a commit b494c82Copy full SHA for b494c82
conda-recipe/meta.yaml
@@ -18,7 +18,7 @@ requirements:
18
- python
19
- setuptools >=63.*
20
- scikit-build
21
- - numba 0.57*
+ - numba >=0.57*
22
- dpctl >=0.14*
23
- dpnp >=0.11*
24
- dpcpp-llvm-spirv
setup.py
@@ -1,3 +1,8 @@
1
+# SPDX-FileCopyrightText: 2020 - 2023 Intel Corporation
2
+#
3
+# SPDX-License-Identifier: Apache-2.0
4
+
5
6
import sys
7
8
from setuptools import find_packages
0 commit comments