File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -570,11 +570,11 @@ <h2 id="building-free-threaded-wheels-with-cibuildwheel">Building free-threaded
570
570
nightly wheels, we suggest configuring < code > cibuildwheel</ code > to build nightly
571
571
free-threaded wheels.</ p >
572
572
< p > If your project depends on Cython or the NumPy C API, you will need to install a
573
- Cython and/or NumPy nightly wheel in the build, as the newest stable release of
574
- Cython cannot generate code that will compile under the free-threaded build and
575
- the newest stable release of NumPy does not support free-threaded python. Cython
576
- 3.1.0 and NumPy 2.1.0 will be the first stable releases to support free-threaded
577
- python .</ p >
573
+ Cython nightly wheel in the build, as the newest stable release of Cython cannot
574
+ generate code that will compile under the free-threaded build. Cython 3.1.0 and
575
+ NumPy 2.1.0 will be or are the first stable releases to support free-threaded
576
+ python. See < a href =" ../tracking/ " > the project tracker </ a > for more detailed information
577
+ about projects you may depend on .</ p >
578
578
< p > You can install nightly wheels for both Cython and NumPy using the following
579
579
install command:</ p >
580
580
< div class ="highlight "> < pre > < span > </ span > < code > pip< span class ="w "> </ span > install< span class ="w "> </ span > -i< span class ="w "> </ span > https://pypi.anaconda.org/scientific-python-nightly-wheels/simple< span class ="w "> </ span > cython< span class ="w "> </ span > numpy
You can’t perform that action at this time.
0 commit comments