Skip to content

Commit 9d32258

Browse files
Restrict pandas version to less than 3.0.0 (#401)
* Restrict pandas version to less than 3.0.0 * version bump
1 parent f7d7905 commit 9d32258

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pyranges"
7-
version = "0.1.4"
7+
version = "0.1.5"
88
description = "GenomicRanges for Python."
99
readme = "README.md"
1010
authors = [{ name = "Endre Bakken Stovner", email = "endbak@pm.me" },
@@ -21,7 +21,7 @@ classifiers = [
2121
"Topic :: Scientific/Engineering"
2222
]
2323
keywords = ["bioinformatics", "genomicranges", "genomics"]
24-
dependencies = ["pandas", "ncls>=0.0.63", "tabulate", "sorted_nearest>=0.0.33", "natsort"]
24+
dependencies = ["pandas<3.0.0", "ncls>=0.0.63", "tabulate", "sorted_nearest>=0.0.33", "natsort"]
2525

2626
[project.optional-dependencies]
2727
dev = ["black==24.4.2", "bumpver", "isort==5.13.2", "pip-tools", "pytest==7.4.3", "mypy==1.8.0"]

0 commit comments

Comments
 (0)