Skip to content

Commit 08aac82

Browse files
authored
Update pyproject.toml
Fix: pin tangermeme to >=0.4.0,<0.5 (closes issue#14)
1 parent ead0de7 commit 08aac82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"scikit-learn",
3333
"scipy",
3434
"seaborn",
35-
"tangermeme",
35+
"tangermeme>=0.4.0,<0.5",
3636
"umap-learn",
3737
"session-info2", # for debug logging (referenced from the issue template)
3838
"torch",

0 commit comments

Comments
 (0)