Skip to content

Commit d92e72d

Browse files
committed
v(0.0.2)
1 parent b851ee1 commit d92e72d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ allow-direct-references = true # can be removed if the packages are published on
77

88
[project]
99
name = "lmodels"
10-
version = "0.0.1"
10+
version = "0.0.2"
1111
authors = [
1212
{ name = "Sergio Hernandez Gutierrez", email = "[email protected]" },
1313
]
@@ -21,6 +21,7 @@ classifiers = [
2121
]
2222
dependencies = [
2323
"httpx",
24+
"evaluate",
2425
"numpy",
2526
"omegaconf",
2627
"requests",

0 commit comments

Comments
 (0)