Skip to content

Commit 4e2a412

Browse files
author
Thinh Nguyen
authored
Merge pull request #72 from tdincer/main
Update setup.py
2 parents fac6004 + 9c4cef0 commit 4e2a412

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

setup.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@
1212
with open(path.join(here, "requirements.txt")) as f:
1313
requirements = f.read().splitlines()
1414

15-
with urllib.request.urlopen(
16-
"https://raw.githubusercontent.com/flatironinstitute/CaImAn/master/requirements.txt"
17-
) as f:
18-
caiman_requirements = f.read().decode("UTF-8").split("\n")
19-
caiman_requirements.remove("")
20-
2115
with open(path.join(here, pkg_name, "version.py")) as f:
2216
exec(f.read())
2317

0 commit comments

Comments
 (0)