Compare commits

1 Commits
main ... dev

Author SHA1 Message Date
Lenoctambule
fca796173f fix: missing dependencies in pyproject.toml 2026-06-09 15:45:44 +02:00

View File

@@ -1,6 +1,6 @@
[project]
name = "easyvae"
version = "1.3.2"
version = "1.3.3"
authors = [
{ name="Ravaka RALAMBOARIVONY", email="ravaka.rlb.pro@gmail.com" },
]
@@ -13,6 +13,11 @@ classifiers = [
]
license = "MIT"
license-files = ["LICEN[CS]E*"]
dependencies = [
"numpy",
"matplotlib",
"tqdm",
]
[project.urls]
Homepage = "https://github.com/lenoctambule/autoencoder"