We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b76e9 commit 1724e82Copy full SHA for 1724e82
setup.py
@@ -203,8 +203,10 @@ def run(self):
203
long_description = long_description.split('==\n')[1]
204
long_description = long_description.split('\nDeveloped')[0]
205
206
-install_requires = ['decorator', 'networkx',
207
- 'snappy_manifolds>=1.1.2', 'knot_floer_homology>=1.2']
+install_requires = ['decorator',
+ 'networkx',
208
+ 'snappy_manifolds>=1.1.2',
209
+ 'knot_floer_homology>=1.2.2']
210
211
setup( name = 'spherogram',
212
version = version,
spherogram_src/version.py
@@ -1 +1 @@
1
-version = '2.3a1'
+version = '2.3'
0 commit comments