Skip to content

Commit

Permalink
Pin demesdraw. (#795)
Browse files Browse the repository at this point in the history
* Pin demesdraw.  Closes #790.

* Pin demes to == 0.1.2 in setup.cfg

Closes #796.
  • Loading branch information
molpopgen committed Jul 4, 2021
1 parent 46ed3ed commit 18c5f4f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions doc/misc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ Minor changes
Issue {issue}`789`.
Fixed in PR {pr}`794`

Dependencies

* Pinned `demesdraw` in `doc/requirements.txt`
Issue {issue}`790`.
Fixed in PR {pr}`795`.
* Pin `demes` to `== 0.1.2` in `setup.cfg`.
Issue {issue}`796`.
Fixed in PR {pr}`795`.

## 0.15.1

Point release
Expand Down
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ demes==0.1.2
# via
# demesdraw
# msprime
git+git://github.com/grahamgower/demesdraw
demesdraw==0.1.3
# via -r requirements.in
docutils==0.16
# via
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install_requires =
numpy
sparse
tskit >= 0.3.6
demes >= 0.1.1
demes == 0.1.2
setup_requires =
setuptools
setuptools_scm
Expand Down

0 comments on commit 18c5f4f

Please sign in to comment.