Skip to content

Commit 696114b

Browse files
later, they fixed the pip thing
1 parent 8bf5329 commit 696114b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,8 @@ python2 = []
6565
reports = ["lxml"]
6666
install-types = ["pip"]
6767
faster-cache = ["orjson"]
68-
dev = [
69-
"pip-tools", # Not strictly needed for building per se, but pip-compile from this package is needed if you want to update the requirement files. (Word on the street is you can also use uv pip compile instead.)
70-
"pip<24.3" # Needed to update the requirement files correctly with pip-tools ay ay ay https://github.com/jazzband/pip-tools/issues/2131
71-
]
68+
# Not strictly needed for building per se, but pip-compile from this package is needed if you want to update the requirement files. (Word on the street is you can also use uv pip compile instead.):
69+
dev = ["pip-tools>=7.5.1"]
7270

7371
[project.urls]
7472
Homepage = "https://www.mypy-lang.org/"

0 commit comments

Comments
 (0)