File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -623,8 +623,8 @@ For example, the ``scipy`` ``spkg-check.in`` file contains the line
623
623
624
624
exec python3 spkg-check.py
625
625
626
- Abstract requirements: The ` ` install-requires .txt` ` file
627
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
626
+ Abstract requirements: The ` ` version_requirements .txt` ` file
627
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
628
628
629
629
All ` ` normal` ` Python packages and all ` ` wheel` ` packages must have a file
630
630
` ` version_requirements.txt` ` . For ` ` pip` ` packages, the file is optional; if
@@ -1113,7 +1113,7 @@ For Python packages available from PyPI, there is another shortcut::
1113
1113
1114
1114
When preparing the update, check that any lower and upper bounds for
1115
1115
acceptable package versions that may be declared in the file
1116
- ` ` install-requires .txt` ` are still correct, and update them as needed.
1116
+ ` ` version_requirements .txt` ` are still correct, and update them as needed.
1117
1117
The version in ` ` package-version.txt` ` always needs to fall within the
1118
1118
version range!
1119
1119
You can’t perform that action at this time.
0 commit comments