Skip to content

Commit 4e1c92b

Browse files
remove dpcpp_cpp_rt as run-time dependency as it is not a Python package, from pip's vantage point (#552)
1 parent e29fa12 commit 4e1c92b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6666
- Static methods `_init_helper` made into functions and removed from PXD files (#532)
6767
- Fixed typo in pip installation instruction (#536)
6868
- Fixed dpctl_config.h, added dpctl_service.h, .cpp (#539)
69-
- Fixed `__sycl_usm_array_interface__` output for 0d arrays (#547)
69+
- Fixed `__sycl_usm_array_interface__` output for 0d arrays (#547)
7070

7171
## [0.8.0] - 05/26/2021
7272

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,9 @@ def _get_cmdclass():
458458
ext_modules=extensions(),
459459
zip_safe=False,
460460
setup_requires=["Cython"],
461-
install_requires=["numpy", "dpcpp_cpp_rt"],
461+
install_requires=[
462+
"numpy",
463+
],
462464
keywords="dpctl",
463465
classifiers=[
464466
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)