Skip to content

Commit 1b5b86b

Browse files
committed
Update Pandas
1 parent 0102ec2 commit 1b5b86b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pandas-genomics"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Pandas ExtensionDtypes and ExtensionArray for working with genomics data"
55
license = "BSD-3-Clause"
66
authors = ["Andre Rico <alr6366@psu.edu>"]
@@ -18,7 +18,7 @@ classifiers = [
1818
[tool.poetry.dependencies]
1919
python = ">=3.10,<3.13"
2020
numpy = ">=1.24,<2.0"
21-
pandas = ">=1.3,<2.2"
21+
pandas = ">=2.2,<3.0"
2222
cyvcf2 = { version = ">=0.31.1", markers = "sys_platform != 'win32'" }
2323
sphinx_rtd_theme = {version = "^0.5.0", optional = true}
2424
numpydoc = {version = "^1.1.0", optional = true}
@@ -41,6 +41,8 @@ docs = ["sphinx", "numpydoc", "sphinx_rtd_theme", "sphinx-copybutton", "ipython"
4141

4242
[tool.poetry.group.dev.dependencies]
4343
tox = "^4.26.0"
44+
build = "^1.2.2.post1"
45+
twine = "^6.1.0"
4446

4547
[build-system]
4648
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)