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 3e405bf commit a122acbCopy full SHA for a122acb
pyproject.toml
@@ -30,6 +30,7 @@ classifiers = [
30
]
31
dynamic = ["version"]
32
dependencies = [
33
+ "nlpsig >= 0.2.2",
34
"torch == 1.9.0",
35
"torchvision == 0.10.0",
36
"signatory == 1.2.6.1.9.0",
src/sig_networks/__init__.py
@@ -1,6 +1,6 @@
1
from __future__ import annotations
2
3
-__version__ = "0.1.0"
+__version__ = "0.2.0"
4
5
from .swnu import SWLSTM, SWNU # noqa: E402
6
from .swnu_network import SWNUNetwork # noqa: E402
0 commit comments