Skip to content

Commit

Permalink
Trying to make CI pick up tkinter-gl by explicitly specifying version…
Browse files Browse the repository at this point in the history
… number.
  • Loading branch information
unhyperbolic committed Mar 6, 2024
1 parent cd03de5 commit bf11749
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 @@ -514,7 +514,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==1.0a2']
try:
import sage
except ImportError:
Expand Down

0 comments on commit bf11749

Please sign in to comment.