Skip to content

Commit

Permalink
Fixing install requires tkinter-gl.
Browse files Browse the repository at this point in the history
  • Loading branch information
unhyperbolic committed Jan 31, 2024
1 parent af2178a commit 84fb353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ def add(self, source_file, dependency_mod_time=0.0):

install_requires = ['plink>=2.4.2', 'spherogram>=2.2', 'FXrays>=1.3',
'snappy_manifolds>=1.2', 'low_index>=1.2',
'pypng', 'decorator', 'packaging', 'tkinter_gl']
'pypng', 'decorator', 'packaging', 'tkinter-gl']
try:
import sage
except ImportError:
Expand Down

0 comments on commit 84fb353

Please sign in to comment.