We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2737c36 commit 1caa20fCopy full SHA for 1caa20f
1 file changed
pyproject.toml
@@ -1,7 +1,7 @@
1
[tool.poetry]
2
name = "mambular"
3
4
-version = "1.4.0"
+version = "1.5.0"
5
6
7
description = "A python package for tabular deep learning with mamba blocks."
@@ -27,6 +27,7 @@ scikit-optimize = "^0.10.2"
27
einops = "^0.8.0"
28
accelerate = "^1.2.1"
29
scipy = "^1.15.0"
30
+pretab = "^0.0.1"
31
32
[tool.poetry.group.dev.dependencies]
33
pytest = "^8.1"
0 commit comments