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
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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments