From 6c27a49743524530421ec2092d1f1af5329bdf1d Mon Sep 17 00:00:00 2001 From: lmanan Date: Sat, 13 Apr 2024 21:05:49 -0400 Subject: [PATCH] Obtain `motile` from github. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index be6b317..c7b41e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ authors = [ ] dynamic = ["version"] dependencies = [ - "motile", + "motile @git+https://github.com/funkelab/motile.git", "networkx", "numpy", "matplotlib",