We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab7041 commit e94f7a9Copy full SHA for e94f7a9
requirements/wheel_test_requirements.txt
@@ -1,9 +1,9 @@
1
-Cython
+Cython==3.1.2
2
setuptools==65.5.1 ; python_version < '3.12'
3
-setuptools ; python_version >= '3.12'
+setuptools==80.9.0 ; python_version >= '3.12'
4
hypothesis==6.104.1
5
pytest==7.4.0
6
-meson
7
-ninja; sys_platform != "emscripten"
8
-pytest-xdist
9
-threadpoolctl
+meson==1.8.2
+ninja==1.11.1.4; sys_platform != "emscripten"
+pytest-xdist==3.8.0
+threadpoolctl==3.6.0
0 commit comments