Skip to content

Commit bc68527

Browse files
authored
Merge pull request #50 from jeromekelleher/misc-0.2
Miscellaneous packaging stuff
2 parents ccaad01 + 05c38bb commit bc68527

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# tszip
2-
[![CircleCI](https://circleci.com/gh/tskit-dev/tszip.svg?style=svg)](https://circleci.com/gh/tskit-dev/tszip) [![Build status](https://ci.appveyor.com/api/projects/status/792u70f5yndxcpes?svg=true)](https://ci.appveyor.com/project/tskit-dev/tszip) [![codecov](https://codecov.io/gh/tskit-dev/tszip/branch/main/graph/badge.svg)](https://codecov.io/gh/tskit-dev/tszip) [![Documentation Status](https://readthedocs.org/projects/tszip/badge/?version=latest)](https://tszip.readthedocs.io/en/latest/?badge=latest)
2+
[![Tests](https://github.com/tskit-dev/tszip/actions/workflows/tests.yml/badge.svg)](https://github.com/tskit-dev/tszip/actions/workflows/tests.yml) [![CircleCI](https://circleci.com/gh/tskit-dev/tszip.svg?style=svg)](https://circleci.com/gh/tskit-dev/tszip) [![codecov](https://codecov.io/gh/tskit-dev/tszip/branch/main/graph/badge.svg)](https://codecov.io/gh/tskit-dev/tszip) [![Documentation Status](https://readthedocs.org/projects/tszip/badge/?version=latest)](https://tszip.readthedocs.io/en/latest/?badge=latest)
33

44
Gzip-like compression for [tskit](https://tskit.readthedocs.io/) tree sequences.
55

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ install_requires =
4444
numpy
4545
humanize
4646
tskit >=0.3.3
47-
numcodecs
47+
numcodecs >=0.6.4
4848
zarr
4949
setup_requires =
5050
setuptools_scm

0 commit comments

Comments
 (0)