Skip to content

Commit 6fe5c6e

Browse files
committed
Declaring required dependencies for wheel package
1 parent bd0b5b0 commit 6fe5c6e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def _get_cmdclass():
4343
Topic :: Software Development
4444
Topic :: Scientific/Engineering
4545
Operating System :: Microsoft :: Windows
46+
Operating System :: POSIX :: Linux
4647
Operating System :: POSIX
4748
Operating System :: Unix
4849
"""
@@ -82,4 +83,6 @@ def _get_cmdclass():
8283
]
8384
},
8485
include_package_data=False,
86+
python_requires=">=3.9,<3.14",
87+
install_requires=["dpctl >= 0.19.0dev0", "numpy"],
8588
)

0 commit comments

Comments
 (0)