Skip to content

Commit

Permalink
doc/requirements.in is now layered on requirements.in
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Nov 25, 2021
1 parent 5bb532f commit 104099c
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 8 deletions.
1 change: 1 addition & 0 deletions doc/requirements.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-c ../requirements.in
jupyter-book
matplotlib
msprime>=1.0.1
Expand Down
19 changes: 15 additions & 4 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ argon2-cffi==21.1.0
# notebook
attrs==21.2.0
# via
# -c ../requirements.in
# demes
# jsonschema
# jupyter-cache
Expand Down Expand Up @@ -52,6 +53,7 @@ defusedxml==0.7.1
# via nbconvert
demes==0.1.2
# via
# -c ../requirements.in
# demesdraw
# msprime
demesdraw @ git+https://github.com/grahamgower/demesdraw
Expand Down Expand Up @@ -182,7 +184,9 @@ mdit-py-plugins==0.2.8
mistune==0.8.4
# via nbconvert
msprime==1.0.3
# via -r requirements.in
# via
# -c ../requirements.in
# -r requirements.in
myst-nb==0.13.1
# via jupyter-book
myst-parser==0.15.2
Expand Down Expand Up @@ -222,6 +226,7 @@ notebook==6.4.6
# via widgetsnbextension
numpy==1.20.3
# via
# -c ../requirements.in
# demesdraw
# matplotlib
# msprime
Expand Down Expand Up @@ -311,13 +316,17 @@ ruamel.yaml==0.17.17
ruamel.yaml.clib==0.2.6
# via ruamel.yaml
scipy==1.7.3
# via demesdraw
# via
# -c ../requirements.in
# demesdraw
send2trash==1.8.0
# via
# jupyter-server
# notebook
setuptools-scm==6.3.2
# via matplotlib
# via
# -c ../requirements.in
# matplotlib
six==1.16.0
# via
# bleach
Expand Down Expand Up @@ -423,7 +432,9 @@ traitlets==5.1.1
# nbformat
# notebook
tskit==0.3.7
# via msprime
# via
# -c ../requirements.in
# msprime
typing-extensions==4.0.0
# via gitpython
uc-micro-py==1.0.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ demes
# requirements for docs are in docs/requirements.txt
msprime
tskit
setuptools_scm==1.11.1
setuptools_scm
pytest
pytest-xdist

Expand Down
10 changes: 7 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ numpy==1.20.3
# sparse
# tskit
packaging==21.3
# via pytest
# via
# pytest
# setuptools-scm
pathspec==0.9.0
# via black
platformdirs==2.4.0
Expand Down Expand Up @@ -98,7 +100,7 @@ scipy==1.7.3
# via
# -r requirements.in
# sparse
setuptools_scm==1.11.1
setuptools-scm==6.3.2
# via -r requirements.in
sparse==0.13.0
# via -r requirements.in
Expand All @@ -107,7 +109,9 @@ svgwrite==1.4.1
toml==0.10.2
# via pytest
tomli==1.2.2
# via black
# via
# black
# setuptools-scm
tskit==0.3.7
# via
# -r requirements.in
Expand Down

0 comments on commit 104099c

Please sign in to comment.