Skip to content

Commit

Permalink
Merge pull request #540 from IntelPython/add-install-requires
Browse files Browse the repository at this point in the history
Add install requires
  • Loading branch information
oleksandr-pavlyk authored Aug 20, 2021
2 parents 73440ac + a0929ce commit 6e0a5bb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
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

0 comments on commit 6e0a5bb

Please sign in to comment.