Skip to content

Commit af89eae

Browse files
committed
Update numpy and jinja deps to more open
Fixes: #74
1 parent 63f6e41 commit af89eae

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
@@ -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",
29+
"jinja2>=3.1.0"
3030
]
3131

3232
[project.optional-dependencies]

0 commit comments

Comments
 (0)