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: requirements/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,10 @@ This file contains all dependencies needed to run the CodeCarbon API server (car
8
8
9
9
### Updating the file
10
10
11
-
When you modify dependencies in `pyproject.toml` (especially those under the `[project.optional-dependencies.api]` section), you **must** regenerate this file:
11
+
When you modify dependencies in `carbonserver/pyproject.toml`, you **must** regenerate this file:
12
12
13
13
```bash
14
-
uv pip compile pyproject.toml --extra api --output-file requirements/requirements-api.txt
0 commit comments