Skip to content

Commit

Permalink
update dependencies, removed unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Jan 14, 2025
1 parent aee02f8 commit 3cc9e68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
8 changes: 0 additions & 8 deletions python/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
from snappy.testing import (doctest_modules, cyopengl_works,
tk_root, root_is_fake, DocTestParser)

# The following line doesn't seem to be needed. Can we just remove it?
# MG 2024-07-26
snappy.database.Manifold = snappy.SnapPy.Manifold

# Augment tests for SnapPy with those that Cython missed

missed_classes = ['Triangulation', 'Manifold',
Expand All @@ -52,10 +48,6 @@
for key in identify_tests + triangulation_tests + browser_tests:
snappy.SnapPyHP.__test__.pop(key)

# Spherogram Commit 7b6307ea02e536 on 2024-07-26 (after tag 2.2_as_released)
# sets run_doctests' name.
spherogram.test.run_doctests.__name__ = spherogram.__name__

def additional_doctests(verbose=False, print_info=True):
"""
I noticed that some of my changes to move code from here into
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,10 +496,10 @@ def add(self, source_file, dependency_mod_time=0.0):
ext_modules = [SnapPyC, SnapPyHP, TwisterCore]

install_requires = ['FXrays>=1.3',
'plink>=2.4.2',
'spherogram>=2.2',
'plink>=2.4.3',
'spherogram>=2.3',
'snappy_manifolds>=1.2.1',
'low_index>=1.2',
'low_index>=1.2.1',
'tkinter-gl>=1.0',
'decorator',
'packaging',
Expand Down

0 comments on commit 3cc9e68

Please sign in to comment.