Skip to content

Commit 2b3b40f

Browse files
Remove bed_reader dep and add pandas
1 parent cc62564 commit 2b3b40f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ dependencies = [
2323
# cyvcf2 also pulls in coloredlogs and click
2424
"coloredlogs",
2525
"click",
26+
# Using pandas for reading plink files, but will be useful more generally
27+
"pandas"
2628
]
2729
requires-python = ">=3.10"
2830
classifiers = [
@@ -68,11 +70,9 @@ dev = [
6870
]
6971
# TODO Using dev version of tskit for CI, FIXME before release
7072
tskit = ["tskit @ git+https://github.com/tskit-dev/tskit.git@main#subdirectory=python"]
71-
plink = ["bed_reader"]
7273
vcf = ["cyvcf2"]
7374
all = [
7475
"tskit @ git+https://github.com/tskit-dev/tskit.git@main#subdirectory=python",
75-
"bed_reader",
7676
"cyvcf2"
7777
]
7878

0 commit comments

Comments
 (0)