Skip to content

Commit 76cf151

Browse files
committed
release v0.1.7.dev1
1 parent e4b3c06 commit 76cf151

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.7.dev0
1+
0.1.7.dev1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
]
2828
dynamic = ["version"]
2929
dependencies = [
30-
"apache-tvm-ffi==0.1.0",
30+
"apache-tvm-ffi==0.1.2",
3131
"cloudpickle",
3232
"ml-dtypes",
3333
"numpy>=1.23.5",

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Requirements to run local build with `--no-build-isolation` or other developments
22

3-
apache-tvm-ffi~=0.1.0
3+
apache-tvm-ffi~=0.1.2
44
build
55
cmake>=3.26
66
cython>=3.0.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Runtime requirements
2-
apache-tvm-ffi~=0.1.0
2+
apache-tvm-ffi~=0.1.2
33
cloudpickle
44
ml-dtypes
55
numpy>=1.23.5

0 commit comments

Comments
 (0)