We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fac6004 + 9c4cef0 commit 4e2a412Copy full SHA for 4e2a412
setup.py
@@ -12,12 +12,6 @@
12
with open(path.join(here, "requirements.txt")) as f:
13
requirements = f.read().splitlines()
14
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
-
21
with open(path.join(here, pkg_name, "version.py")) as f:
22
exec(f.read())
23
0 commit comments