We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0b5b0 commit 6fe5c6eCopy full SHA for 6fe5c6e
setup.py
@@ -43,6 +43,7 @@ def _get_cmdclass():
43
Topic :: Software Development
44
Topic :: Scientific/Engineering
45
Operating System :: Microsoft :: Windows
46
+Operating System :: POSIX :: Linux
47
Operating System :: POSIX
48
Operating System :: Unix
49
"""
@@ -82,4 +83,6 @@ def _get_cmdclass():
82
83
]
84
},
85
include_package_data=False,
86
+ python_requires=">=3.9,<3.14",
87
+ install_requires=["dpctl >= 0.19.0dev0", "numpy"],
88
)
0 commit comments