We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c02a72c + 394bd67 commit 0c689f5Copy full SHA for 0c689f5
1 file changed
setup.py
@@ -22,7 +22,7 @@
22
"ipython", # no longer need if remove get_slow_connectivity
23
"pywin32; platform_system=='Windows'",
24
"graphviz",
25
- "jupyterlab >= 3.0",
+ "jupyterlab >= 3.0, <3.6", # 3.6 has some issue for
26
]
27
28
extras_require_utilities = {
@@ -45,10 +45,10 @@
45
46
setup(
47
name="FlyBrainLab",
48
- version="1.1.9",
49
- description="Main Client of the FlyBrainLab Project",
50
- author="Mehmet Kerem Turkcan",
51
- author_email="mkt2126@columbia.edu",
+ version="1.1.10",
+ description="FlyBrainLab User-side Backend",
+ author="Mehmet Kerem Turkcan, Yiyin Zhou",
+ author_email="mkt2126@columbia.edu, yiyin@ee.columbia.edu",
52
url="https://flybrainlab.fruitflybrain.org",
53
download_url="",
54
license="BSD-3-Clause",
0 commit comments