Skip to content

Commit 2cabb3a

Browse files
committed
Remove jax import
1 parent 519a5c9 commit 2cabb3a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "vbll"
3-
version = "0.1.3"
3+
version = "0.2.1"
44
description = ""
55
authors = ["John Willes <johnwilles@gmail.com>"]
66
readme = "README.md"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="vbll",
6-
version="0.0.1",
6+
version="0.2.1",
77
packages=find_packages(),
88
install_requires=["torch"],
99
)

vbll/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
from .layers import *
2-
from . import jax

0 commit comments

Comments
 (0)