Skip to content

Commit

Permalink
update pandas dependency requirements; fixes #13; bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brambg committed Nov 16, 2023
1 parent 019e342 commit e42a828
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pagexml-tools"
version = "0.4.0"
version = "0.4.1"
description = "Utility functions for reading PageXML files"
authors = ["Marijn Koolen <[email protected]>", "Bram Buitendijk <[email protected]>"]
readme = "README.md"
Expand All @@ -18,15 +18,15 @@ classifiers = [
packages = [{ include = "pagexml" }]

[tool.poetry.dependencies]
python = "^3.8,<3.12"
python = ">=3.8 <4.0"
fuzzy-search = "^2.0.0a"
matplotlib = "^3.7.0"
numpy = "^1.22.3"
pandas = "^1.5.3"
pandas = ">=1.5.3 <3.0.0"
py7zr = "^0.20.2"
python-dateutil = "^2.8.2"
scipy = "^1.7.0"
seaborn = "^0.12.2"
seaborn = "^0.13.0"
tqdm = "^4.64.1"
xmltodict = "^0.13.0"
pyyaml = "^6.0"
Expand Down

0 comments on commit e42a828

Please sign in to comment.