We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4238329 + c7cc1c9 commit 43f0da6Copy full SHA for 43f0da6
1 file changed
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="Firefly-vis",
8
- version="2.0.3",
+ version="2.0.4",
9
author = 'Alex Gurvich, Aaron Geller',
10
author_email = 'agurvich@u.northwestern.edu, ageller@northwestern.edu',
11
description="A browser-based particle visualization platform",
@@ -31,7 +31,7 @@
31
'flask-socketio',
32
'flask',
33
'requests',
34
- 'abg_python'
+ 'abg_python>=1.0.2'
35
],
36
include_package_data=True,
37
scripts=["src/Firefly/bin/Firefly"]
0 commit comments