Skip to content

Commit 55cf9c8

Browse files
Merge pull request #364 from mcveanlab/pin-msprime
added msprime req to setup.py
2 parents d638353 + 700582a commit 55cf9c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
]
3333
},
3434
# NOTE: make sure this is the 'attrs' package, not 'attr'!
35-
install_requires=["msprime", "attrs>=18.2.0", "appdirs", "humanize"],
35+
install_requires=["msprime>=0.7.1", "attrs>=18.2.0", "appdirs", "humanize"],
3636
url='https://github.com/popsim-consortium/stdpopsim',
3737
project_urls={
3838
'Bug Reports': 'https://github.com/popsim-consortium/stdpopsim/issues',

0 commit comments

Comments
 (0)