Skip to content

Commit 9bc176c

Browse files
committed
allow numpy and jinja versions to float around more freely
1 parent af89eae commit 9bc176c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 = "empiarreader"
7-
version = "0.0.16"
7+
version = "0.0.17"
88
description = "EMPIARReader provides utilities to lazily load data from EMPIAR into a machine-learning-friendly dataset format or to locally download the files."
99
readme = "README.md"
1010
requires-python = ">=3.8"
@@ -25,7 +25,7 @@ dependencies = [
2525
"aiohttp>=3.8.3",
2626
"setuptools>=67.7.2",
2727
"pre-commit>=3.3.3",
28-
"numpy>=1.23.3",
28+
"numpy>=1.23.3,<2",
2929
"jinja2>=3.1.0"
3030
]
3131

0 commit comments

Comments
 (0)