Skip to content

Commit b7361dd

Browse files
committed
Update install dep version of dpctl in wheels package
1 parent f03899b commit b7361dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ def _get_cmdclass():
8484
},
8585
include_package_data=False,
8686
python_requires=">=3.9,<3.14",
87-
install_requires=["dpctl >= 0.20.0dev0", "numpy"],
87+
install_requires=["dpctl >= 0.20.0", "numpy"],
8888
)

0 commit comments

Comments
 (0)