Skip to content

Commit

Permalink
Add missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery committed Oct 11, 2024
1 parent 683bb37 commit 039fd26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ daiquiri
datashader
diskcache
hvplot
matplotlib
msprime
panel
pre-commit
Expand Down
4 changes: 1 addition & 3 deletions tsbrowse/pages/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@
],
"sites": ["id", "position", "ancestral_state", "num_mutations"],
"individuals": ["id", "flags", "parents", "location"],
"populations": [
"id",
],
"populations": ["id"],
"migrations": ["id", "left", "right", "node", "source", "dest", "time"],
"provenances": ["id", "timestamp", "record"],
}
Expand Down

0 comments on commit 039fd26

Please sign in to comment.