We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d638353 + 700582a commit 55cf9c8Copy full SHA for 55cf9c8
1 file changed
setup.py
@@ -32,7 +32,7 @@
32
]
33
},
34
# NOTE: make sure this is the 'attrs' package, not 'attr'!
35
- install_requires=["msprime", "attrs>=18.2.0", "appdirs", "humanize"],
+ install_requires=["msprime>=0.7.1", "attrs>=18.2.0", "appdirs", "humanize"],
36
url='https://github.com/popsim-consortium/stdpopsim',
37
project_urls={
38
'Bug Reports': 'https://github.com/popsim-consortium/stdpopsim/issues',
0 commit comments