We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d377b commit de75310Copy full SHA for de75310
2 files changed
dev/release_tools/release_steps.rst
@@ -82,7 +82,7 @@ Final testing
82
On various systems, do::
83
84
cd SnapPy/dev/release_tools
85
- py27 test_pypi.py -p/-e snappy
+ python3 test_pypi.py -p/-e snappy
86
87
including CoCalc (but there's an issue with sys.path in the
88
latter). When testing the stand-alone apps, do "import snappy.test;
setup.py
@@ -552,8 +552,8 @@ def split_version(s : str):
552
'SNAPPY_ALWAYS_BUILD_CYOPENGL is set.')
553
554
install_requires = ['FXrays>=1.3',
555
- 'plink>=2.4.7a1',
556
- 'spherogram>=2.4a2',
+ 'plink>=2.4.7',
+ 'spherogram>=2.4',
557
'snappy_manifolds>=1.4',
558
'low_index>=1.2.1',
559
'tkinter-gl>=1.0',
0 commit comments