Skip to content

Commit 4930c59

Browse files
committed
Update CaImAn requirement list to datajoint fork
1 parent 4f0c53e commit 4930c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
exec(f.read())
1515

1616
with urllib.request.urlopen(
17-
"https://raw.githubusercontent.com/flatironinstitute/CaImAn/master/requirements.txt"
17+
"https://raw.githubusercontent.com/datajoint/CaImAn/master/requirements.txt"
1818
) as f:
1919
caiman_requirements = f.read().decode("UTF-8").split("\n")
2020

0 commit comments

Comments
 (0)