Skip to content

Commit 3a4bfc6

Browse files
committed
sklearn version
1 parent 6b7ccf3 commit 3a4bfc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sbgm"
3-
version = "0.0.27"
3+
version = "0.0.29"
44
description = "Score-based Diffusion models in JAX."
55
readme = "README.md"
66
requires-python ="~=3.12"
@@ -40,6 +40,7 @@ dependencies = [
4040
'cloudpickle==3.0.0',
4141
'tqdm==4.66.4',
4242
'powerbox==0.8.1',
43+
'scikit-learn==1.5.1',
4344
'einx==0.3.0'
4445
]
4546

0 commit comments

Comments
 (0)