Skip to content

Commit 16919ff

Browse files
Ben Jefferymergify[bot]
Ben Jeffery
authored andcommitted
Simplify dev reqs and make compatible with tsdate
1 parent 0c206d3 commit 16919ff

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

requirements/development.txt

+1-8
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ attrs
22
codecov
33
coverage
44
flake8
5-
# Held at < 1.22 for sgkit compat
6-
numpy<1.22
75
six
86
tqdm
97
humanize
@@ -12,6 +10,7 @@ dask[array]
1210
msprime >= 1.0.0
1311
tskit >= 0.5.3
1412
lmdb
13+
pre-commit
1514
pytest
1615
pytest-coverage
1716
# Only for giving nice error messages for incompatible older files
@@ -27,17 +26,11 @@ sphinx-argparse
2726
sphinx_rtd_theme
2827
setuptools>=45
2928
setuptools_scm
30-
cyvcf2
3129
# Needed for evaluation script.
32-
# Held at < 1.4.0 for sgkit compat
33-
pandas<1.4.0
3430
matplotlib
3531
seaborn
3632
colorama
3733
sgkit[vcf]
38-
# Held at zarr<2.11.0,>=2.10.0 for sgkit compat, was zarr!=2.11.0, !=2.11.1, !=2.11.2 for tskit
39-
zarr<2.11.0,>=2.10.0
40-
numba
4134
sphinx-book-theme
4235
jupyter-book
4336
sphinx-issues

0 commit comments

Comments
 (0)