We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 525a7d8 commit 9e51684Copy full SHA for 9e51684
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "vbll"
3
-version = "0.2.2"
+version = "0.2.4"
4
description = ""
5
authors = ["John Willes <johnwilles@gmail.com>"]
6
readme = "README.md"
@@ -9,6 +9,7 @@ readme = "README.md"
9
python = "^3.9"
10
torch = ">= 1.6.0"
11
numpy = ">= 1.21.0"
12
+fannypack = ">= 0.0.25"
13
14
15
[build-system]
setup.py
@@ -3,7 +3,7 @@
setup(
name="vbll",
- version="0.2.2",
+ version="0.2.4",
7
packages=find_packages(),
8
install_requires=["torch"],
)
0 commit comments