Skip to content

Commit

Permalink
require snappy_manifolds 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Nov 30, 2024
1 parent 5567819 commit 334fad7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,16 +496,13 @@ def add(self, source_file, dependency_mod_time=0.0):
ext_modules = [SnapPyC, SnapPyHP, TwisterCore]

install_requires = ['plink>=2.4.2', 'spherogram>=2.2', 'FXrays>=1.3',
'snappy_manifolds>=1.2', 'low_index>=1.2',
'snappy_manifolds>=1.2.1', 'low_index>=1.2',
'pypng', 'decorator', 'packaging', 'tkinter-gl>=1.0a3']
try:
import sage
except ImportError:
install_requires.append('cypari>=2.3')
if sys.platform == 'win32':
install_requires.append('ipython>=5.0') # circa 2016
else:
install_requires.append('ipython>=1.0')
install_requires.append('ipython>=5.0')

if CyOpenGL_has_headers:
ext_modules.append(CyOpenGL)
Expand Down

0 comments on commit 334fad7

Please sign in to comment.