File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
66
- Static methods ` _init_helper ` made into functions and removed from PXD files (#532 )
67
67
- Fixed typo in pip installation instruction (#536 )
68
68
- 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 )
70
70
71
71
## [ 0.8.0] - 05/26/2021
72
72
Original file line number Diff line number Diff line change @@ -458,7 +458,9 @@ def _get_cmdclass():
458
458
ext_modules = extensions (),
459
459
zip_safe = False ,
460
460
setup_requires = ["Cython" ],
461
- install_requires = ["numpy" , "dpcpp_cpp_rt" ],
461
+ install_requires = [
462
+ "numpy" ,
463
+ ],
462
464
keywords = "dpctl" ,
463
465
classifiers = [
464
466
"Development Status :: 3 - Alpha" ,
You can’t perform that action at this time.
0 commit comments