Skip to content

Commit b494c82

Browse files
committed
Add license to setup.py
Missing >=
1 parent b1da86a commit b494c82

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ requirements:
1818
- python
1919
- setuptools >=63.*
2020
- scikit-build
21-
- numba 0.57*
21+
- numba >=0.57*
2222
- dpctl >=0.14*
2323
- dpnp >=0.11*
2424
- dpcpp-llvm-spirv

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# SPDX-FileCopyrightText: 2020 - 2023 Intel Corporation
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
5+
16
import sys
27

38
from setuptools import find_packages

0 commit comments

Comments
 (0)