Skip to content

Commit 9a673fe

Browse files
committed
wqRevert "fix depedencies for testing"
This reverts commit eec4a54.
1 parent eec4a54 commit 9a673fe

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ 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'",
1210
]
1311
requires-python = ">=3.9"
1412
authors = [
@@ -48,6 +46,8 @@ dev = [
4846
"bump2version~=1.0.0",
4947
"jsonpickle~=4.0.0",
5048
"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,10 +73,6 @@ 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",
8076
]
8177
optimize = [
8278
"orjson",

uv.lock

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

0 commit comments

Comments
 (0)