Skip to content

Pin to latest msprime/tskit, later scipy #418

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,18 @@ matplotlib
mpmath
numba
pandas
scipy
six
scipy>=1.13.0
stdpopsim==0.2.0
tsinfer
tskit
tqdm
jupyter-book==0.15.1
sphinx-issues==3.0.1
sphinx-argparse==0.4.0
jupyter-book==1.0.2
sphinx-issues==4.1.0
sphinx-argparse==0.5.2
sphinxcontrib-bibtex
humanize==4.7.0
lmdb==1.4.1
tqdm==4.66.3
humanize==4.10.0
tqdm==4.66.4
daiquiri
msprime
ipywidgets==8.1.0
msprime==1.3.2
ipywidgets==8.1.3
sphinx-book-theme #Unpinned to allow easy updating.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
tskit>=0.5.0
tskit>=0.5.8
tsinfer>=0.3.0
flake8
numpy
tqdm
daiquiri
msprime>=1.0.0
scipy
msprime>=1.3.2
scipy>=1.13.0
numba>=0.58.1
appdirs
pre-commit
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ python_requires = >=3.8
include_package_data = True
install_requires =
numpy
tskit>=0.5.6
scipy>1.2.3
tskit>=0.5.8
scipy>=1.13.0
numba>=0.58.1
mpmath
tqdm
Expand Down
Loading