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 e4b3c06 commit 76cf151Copy full SHA for 76cf151
VERSION
@@ -1 +1 @@
1
-0.1.7.dev0
+0.1.7.dev1
pyproject.toml
@@ -27,7 +27,7 @@ classifiers = [
27
]
28
dynamic = ["version"]
29
dependencies = [
30
- "apache-tvm-ffi==0.1.0",
+ "apache-tvm-ffi==0.1.2",
31
"cloudpickle",
32
"ml-dtypes",
33
"numpy>=1.23.5",
requirements-dev.txt
@@ -1,6 +1,6 @@
# Requirements to run local build with `--no-build-isolation` or other developments
2
3
-apache-tvm-ffi~=0.1.0
+apache-tvm-ffi~=0.1.2
4
build
5
cmake>=3.26
6
cython>=3.0.0
requirements.txt
@@ -1,5 +1,5 @@
# Runtime requirements
cloudpickle
ml-dtypes
numpy>=1.23.5
0 commit comments