Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dependencies = [
"scikit-learn",
"scipy",
"session-info",
"tqdm",
"treedata>=0.2.2",
]

Expand Down
1 change: 1 addition & 0 deletions src/pycea/tl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from .ancestral_linkage import ancestral_linkage
from .ancestral_states import ancestral_states
from .autocorr import autocorr
from .clades import clades
Expand Down
Loading
Loading