Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ dependencies = [
"h5py>=3.10.0",
# License: BSD
# Required for knnvector workload
"numpy>=1.24.2,<=2.4.6",
"numpy>=1.24.2,<=2.5.0",
# License: MIT
"tqdm",
# License: MIT
Expand Down Expand Up @@ -123,25 +123,25 @@ solr-orbitd = "solrorbit.benchmarkd:main"
[project.optional-dependencies]
test = [
"ujson",
"pytest==9.0.3",
"pytest==9.1.1",
# Upgraded from 3.2.2: py.io.TerminalWriter was removed in py 1.11+,
# making 3.x incompatible with Python 3.12. 4.0+ dropped the py dependency.
"pytest-benchmark>=4.0.0",
"pytest-asyncio==1.4.0",
]
develop = [
"ujson",
"pytest==9.0.3",
"pytest==9.1.1",
# Upgraded from 3.2.2: py.io.TerminalWriter was removed in py 1.11+,
# making 3.x incompatible with Python 3.12. 4.0+ dropped the py dependency.
"pytest-benchmark>=4.0.0",
"pytest-asyncio==1.4.0",
"tox>=4.0",
"coverage==7.14.1",
"coverage==7.14.3",
"twine==6.2.0",
"wheel>=0.38.4",
"github3.py==4.0.1",
"ruff==0.15.15",
"ruff==0.15.20",
]

# ---------------------------------------------------------------------------
Expand Down
Loading