Skip to content

Commit de75310

Browse files
Depend on latest plink and spherogram
1 parent a2d377b commit de75310

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

dev/release_tools/release_steps.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Final testing
8282
On various systems, do::
8383

8484
cd SnapPy/dev/release_tools
85-
py27 test_pypi.py -p/-e snappy
85+
python3 test_pypi.py -p/-e snappy
8686

8787
including CoCalc (but there's an issue with sys.path in the
8888
latter). When testing the stand-alone apps, do "import snappy.test;

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,8 +552,8 @@ def split_version(s : str):
552552
'SNAPPY_ALWAYS_BUILD_CYOPENGL is set.')
553553

554554
install_requires = ['FXrays>=1.3',
555-
'plink>=2.4.7a1',
556-
'spherogram>=2.4a2',
555+
'plink>=2.4.7',
556+
'spherogram>=2.4',
557557
'snappy_manifolds>=1.4',
558558
'low_index>=1.2.1',
559559
'tkinter-gl>=1.0',

0 commit comments

Comments
 (0)