Skip to content

Commit becc82a

Browse files
committed
update benchgc dependency
1 parent 2b621c9 commit becc82a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/benchgc/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
packages=setuptools.find_packages("src")
2727
+ setuptools.find_packages("../../python_packages/gc_mlir_core"),
2828
package_data={"gc_mlir": ["_mlir_libs/*.so"]},
29-
install_requires=["torch", "numpy"],
29+
install_requires=["torch", "numpy", "ml_dtypes"],
3030
)

0 commit comments

Comments
 (0)