Skip to content

Commit 92621ac

Browse files
authored
relax msprime pinning (#1358)
1 parent 0e8c0cf commit 92621ac

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,28 +50,31 @@ lint = [
5050
"flake8",
5151
"flake8-bugbear",
5252
]
53+
msprime = [
54+
"msprime"
55+
]
5356
dev = [
5457
#below are for building package
5558
#and running tests
5659
"pytest",
5760
"pytest-xdist",
5861
"hypothesis==6.56.4",
59-
"msprime ~= 1.3.0",
6062
"build",
6163
"twine",
64+
{include-group = "msprime"}
6265
]
6366

6467
doc = [
6568
"jupyter-book>=1",
6669
"pydata-sphinx-theme",
6770
"matplotlib",
68-
"msprime",
6971
"pandas",
7072
# pyarrow will be a requirement of pandas soon.
7173
# right now, not having it raises a warning
7274
"pyarrow",
7375
"sphinx-issues",
7476
"demesdraw~=0.4.0",
77+
{include-group = "msprime"},
7578
]
7679

7780
[project.scripts]

uv.lock

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)