Skip to content
Open
Changes from all commits
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
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ authors = [
{ name="Erica Busch", email="ericalindseybusch@gmail.com" },
]
description = "Temporal PHATE (TPHATE) is a python package for learning robust manifold representations of timeseries data with high temporal autocorrelation."
license-files = ["LICENSE.md"]
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
Expand All @@ -47,4 +48,4 @@ dependencies = [

[project.urls]
"Homepage" = "https://github.com/KrishnaswamyLab/TPHATE/"
"Bug Tracker" = "https://github.com/KrishnaswamyLab/TPHATE/issues"
"Bug Tracker" = "https://github.com/KrishnaswamyLab/TPHATE/issues"