We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf21b56 commit 55a3d40Copy full SHA for 55a3d40
python/pyproject.toml
@@ -1,7 +1,7 @@
1
[build-system]
2
# setuptools >68.0.0 is incompatible with macos-13
3
-# urllib3 >=2.0.0 is incompatible with OpenSSL <1.1.1+ which is used by cp37-manylinux_x86_64 wheel
4
-requires = ["setuptools==68.0.0", "conan==2.13.0", "urllib3==1.26.20", "cmake==3.24", "setuptools_scm[toml]==8.2.0"]
+# urllib3 >=2.1.0 is incompatible with Conan 2.13
+requires = ["setuptools==68.0.0", "conan==2.13.0", "urllib3==2.0.7", "cmake==3.24", "setuptools_scm[toml]==8.2.0"]
5
build-backend = "setuptools.build_meta"
6
7
[project]
0 commit comments