Skip to content

Commit 7351cca

Browse files
committed
fix(versions): relaxed numpy version and updated verseion
1 parent 732a360 commit 7351cca

File tree

2 files changed

+53
-42
lines changed

2 files changed

+53
-42
lines changed

pdm.lock

Lines changed: 51 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "jsonconversion"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
description = "This python module helps converting arbitrary Python objects into JSON strings and back."
55
keywords = ["json", "conversion", "serialization"]
66
readme = "README.rst"
@@ -26,7 +26,7 @@ classifiers = [
2626
"Topic :: Utilities"
2727
]
2828
dependencies = [
29-
"numpy (>=1.26,<3.0)",
29+
"numpy (>=1.23,<3.0)",
3030
]
3131
license = {text = "BSD"}
3232
requires-python = ">=3.9"

0 commit comments

Comments
 (0)