File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 4
4
Installation
5
5
############
6
6
7
- Python 3.6 or newer is required for ``tsinfer ``. Any Unix-like platform should
7
+ Python 3.7 or newer is required for ``tsinfer ``. Any Unix-like platform should
8
8
work (``tsinfer `` is tested on Linux, OS X, and Windows).
9
9
10
10
***************
@@ -67,4 +67,4 @@ Potential issues
67
67
(see https://github.com/tskit-dev/tsinfer/issues/376). The current workaround is
68
68
either to compile from source by installing alternative python and C compilers via
69
69
conda (``conda install -c conda-forge c-compiler ``) or to install the binary
70
- packages via conda as recommended at the top of this page.
70
+ packages via conda as recommended at the top of this page.
Original file line number Diff line number Diff line change
1
+ # Pinned 2022-06-15 to get CircleCI build going, but with
2
+ # no particular rationale for versions since docs build
3
+ # will move to GitHub actions soon. (#678)
1
4
attrs
2
- six
3
- setuptools_scm
4
- sphinx-argparse
5
- sphinx_rtd_theme
5
+ setuptools_scm==6.0.1
6
+ sphinx==4.5.0
7
+ sphinx-argparse==0.3.1
8
+ sphinx_rtd_theme==1.0.0
You can’t perform that action at this time.
0 commit comments