Skip to content

Commit 0c689f5

Browse files
committed
Merge branch 'develop'
2 parents c02a72c + 394bd67 commit 0c689f5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"ipython", # no longer need if remove get_slow_connectivity
2323
"pywin32; platform_system=='Windows'",
2424
"graphviz",
25-
"jupyterlab >= 3.0",
25+
"jupyterlab >= 3.0, <3.6", # 3.6 has some issue for
2626
]
2727

2828
extras_require_utilities = {
@@ -45,10 +45,10 @@
4545

4646
setup(
4747
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",
48+
version="1.1.10",
49+
description="FlyBrainLab User-side Backend",
50+
author="Mehmet Kerem Turkcan, Yiyin Zhou",
51+
author_email="mkt2126@columbia.edu, yiyin@ee.columbia.edu",
5252
url="https://flybrainlab.fruitflybrain.org",
5353
download_url="",
5454
license="BSD-3-Clause",

0 commit comments

Comments
 (0)