Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
numpy
cython
setuptools
sphinx
sphinx_rtd_theme
pydot
graphviz
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
setuptools
cython
numpy
wheel
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ def _get_cmdclass():
ext_modules=extensions(),
zip_safe=False,
setup_requires=["Cython"],
install_requires=["numpy", "dpcpp_cpp_rt"],
keywords="dpctl",
classifiers=[
"Development Status :: 3 - Alpha",
Expand Down