Skip to content

Commit eec4a54

Browse files
committed
fix depedencies for testing
1 parent c302877 commit eec4a54

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ name = "deepdiff"
77
version = "8.5.0"
88
dependencies = [
99
"orderly-set>=5.4.1,<6",
10+
"numpy~=2.2.0; python_version >= '3.10'",
11+
"numpy~=2.0; python_version < '3.10'",
1012
]
1113
requires-python = ">=3.9"
1214
authors = [
@@ -46,8 +48,6 @@ dev = [
4648
"bump2version~=1.0.0",
4749
"jsonpickle~=4.0.0",
4850
"ipdb~=0.13.0",
49-
"numpy~=2.2.0; python_version >= '3.10'",
50-
"numpy~=2.0; python_version < '3.10'",
5151
"python-dateutil~=2.9.0",
5252
"orjson~=3.10.0",
5353
"tomli~=2.2.0",
@@ -73,6 +73,10 @@ test = [
7373
"pytest-benchmark~=5.1.0",
7474
"pytest-cov~=6.0.0",
7575
"python-dotenv~=1.0.0",
76+
"pydantic~=2.10.0",
77+
"pytz~=2025.2",
78+
"click~=8.1.0",
79+
"uuid6~=2025.0.1",
7680
]
7781
optimize = [
7882
"orjson",

uv.lock

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

0 commit comments

Comments
 (0)