Skip to content

Commit

Permalink
Update requirements for numpy 2
Browse files Browse the repository at this point in the history
This won't work until scikit-allel is numpy 2.0 compatible. See cggh/scikit-allel#415
  • Loading branch information
hyanwong committed Jul 11, 2024
1 parent 8cad16d commit 1a5d4e5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ sphinx:
config:
html_theme: sphinx_book_theme
html_theme_options:
pygment_dark_style: monokai
pygments_dark_style: monokai
todo_include_todos: true
intersphinx_mapping:
py: ["https://docs.python.org/3", null]
tskit: ["https://tskit.dev/tskit/docs/stable", null]
tszip: ["https://tszip.readthedocs.io/en/stable/", null]
tszip: ["https://tszip.readthedocs.io/en/latest/", null]
msprime: ["https://tskit.dev/msprime/docs/stable", null]
pyslim: ["https://tskit.dev/pyslim/docs/stable", null]
numpy: ["https://numpy.org/doc/stable/", null]
Expand Down
2 changes: 1 addition & 1 deletion counting_topologies.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def create_notebook_data():
This tutorial is intended to be a gentle introduction to the combinatorial
treatment of tree topologies in `tskit`. For a more formal introduction,
see the {ref}`sec_combinatorics` section of the
[official `tskit` documentation](tskit:sec_introduction).
official `tskit` {ref}`documentation<tskit:sec_introduction>`.

The *topology* of a single tree is the term used to describe the branching pattern,
regardless of the lengths of the branches. For example, both trees below have the
Expand Down
16 changes: 8 additions & 8 deletions requirements-CI.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
git+https://github.com/tskit-dev/tsconvert@e99c837e4e26ccbf4f480a4c48626338eeff7dc3
demes==0.2.3
demesdraw==0.4.0
jupyter-book==0.15.1
jupyter-book==1.0.2
jupyter-cache==0.6.1
msprime==1.2.0
networkx==3.1
pandas==2.1.1
pygraphviz==1.10
scikit-allel==1.3.7
msprime==1.3.2
networkx==3.3
pandas==2.2.2
pygraphviz==1.13
scikit-allel==1.3.8
stdpopsim==0.2.0
tqdm==4.66.3
tskit==0.5.5
tskit==0.5.8
tskit_arg_visualizer==0.0.1
tszip==0.2.2
tszip==0.2.4
jsonschema==4.18.6 # Pinned due to 4.19 "AttributeError module jsonschema has no attribute _validators"

0 comments on commit 1a5d4e5

Please sign in to comment.