We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 524b2e1 + 3971dc4 commit c8f0030Copy full SHA for c8f0030
1 file changed
pyproject.toml
@@ -61,7 +61,7 @@ optional-dependencies.dev = [
61
"pyroma==5.0.1",
62
"pytest==9.0.3",
63
"pytest-asyncio==1.3.0",
64
- "pytest-beartype-tests",
+ "pytest-beartype-tests==2026.4.20",
65
"pytest-cov==7.1.0",
66
"pyyaml==6.0.3",
67
"ruff==0.15.11",
@@ -118,7 +118,6 @@ bdist_wheel.universal = true
118
version_scheme = "post-release"
119
120
[tool.uv]
121
-sources.pytest-beartype-tests = { git = "https://github.com/adamtheturtle/pytest-beartype-tests.git", rev = "bc81d99" }
122
sources.torch = { index = "pytorch-cpu" }
123
sources.torchvision = { index = "pytorch-cpu" }
124
index = [ { name = "pytorch-cpu", url = "https://download.pytorch.org/whl/cpu", explicit = true } ]
0 commit comments