You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/development/tools/requirements.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,10 @@ The expected workflow to update GT4Py requirements is as follows:
18
18
19
19
2. For changes in the development tools, update the `requirements-dev.in` file.
20
20
21
-
3. Run the **tox**_requirements-common_ environment to update all files automatically with **pip-compile** and **cog**. Note that **pip-compile** will most likely update the versions of some unrelated tools if new versions are available in PyPI.
21
+
3. Run the **tox**_requirements-base_ environment to update all files automatically with **pip-compile** and **cog**. Note that **pip-compile** will most likely update the versions of some unrelated tools if new versions are available in PyPI.
22
22
23
23
```bash
24
-
tox r -e requirements-common
24
+
tox r -e requirements-base
25
25
```
26
26
27
27
4. Check that the **mypy** mirror used by **pre-commit** (https://github.com/pre-commit/mirrors-mypy) in `.pre-commit-config.yaml` supports the same version as in `constraints.txt`, and manually update the `rev` version number.
0 commit comments