Skip to content

Commit bc54032

Browse files
committed
downgrade scipy to enable py3.9 support
1 parent 6f84e6f commit bc54032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
"pyknos>=0.16.0",
3939
"pyro-ppl>=1.3.1",
4040
"scikit-learn",
41-
"scipy",
41+
"scipy<1.13",
4242
"tensorboard",
4343
"torch>=1.13.0",
4444
"tqdm",

0 commit comments

Comments
 (0)