Skip to content

Commit 7595c24

Browse files
authored
Merge pull request #76 from ccpem/development
Allow numpy and jinja versions more freedom
2 parents 63f6e41 + 9bc176c commit 7595c24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 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,8 +25,8 @@ dependencies = [
2525
"aiohttp>=3.8.3",
2626
"setuptools>=67.7.2",
2727
"pre-commit>=3.3.3",
28-
"numpy==1.23.3",
29-
"jinja2==3.1.0"
28+
"numpy>=1.23.3,<2",
29+
"jinja2>=3.1.0"
3030
]
3131

3232
[project.optional-dependencies]

0 commit comments

Comments
 (0)