Skip to content

Commit 92804eb

Browse files
committed
update pomegranate version specifier
1 parent 7c166c4 commit 92804eb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,9 @@ torch = [
5454
"torch>=2.0.0;python_version>='3.10' and python_version<'3.12'",
5555
"torch>=2.2.0;python_version>='3.12'",
5656
]
57-
pomegranate = ['pomegranate>=0.14.1,<0.14.7']
57+
pomegranate = ['pomegranate>=0.15,<1.0']
5858
test = [
59-
'sdmetrics[torch]',
60-
'sdmetrics[pomegranate]',
59+
'sdmetrics[pomegranate,torch]',
6160
'pytest>=6.2.5,<7',
6261
'pytest-cov>=2.6.0,<3',
6362
'pytest-rerunfailures>=10.3,<15',

0 commit comments

Comments
 (0)