Skip to content

Commit 3fd7920

Browse files
Require snappy_manifolds 1.4 because of the RibbonLinks census
1 parent cfe0219 commit 3fd7920

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def run(self):
206206
install_requires = ['decorator',
207207
'networkx',
208208
'packaging',
209-
'snappy_manifolds>=1.3',
209+
'snappy_manifolds>=1.4',
210210
'knot_floer_homology>=1.2.2']
211211

212212
setup( name = 'spherogram',

0 commit comments

Comments
 (0)