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: superset/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
## Constraints
4
4
5
-
The `constraints-<version>.txt` files come from e.g. <https://github.com/apache/superset/blob/2.0.1/requirements/base.txt> and are concatenated with the dependencies provided in <https://github.com/apache/superset/blob/2.0.1/requirements/docker.txt>. This differs from version to version (2.0.1 shown here).
5
+
The `constraints-<version>.txt` files come from e.g. <https://github.com/apache/superset/blob/x.y.z/requirements/base.txt> and are concatenated with the dependencies provided in <https://github.com/apache/superset/blob/x.y.z/requirements/docker.txt>, where that file exists (i.e. <4.1.0). This differs from version to version (4.1.4 shown here):
6
6
7
-
In some cases `apispec[yaml]==3.3.2` needed to be adjusted to `apispec==3.3.2` due to `ERROR: Constraints cannot have extras`.
7
+
In some cases `apispec[yaml]==6.3.0` needed to be adjusted to `apispec==6.3.0` due to `ERROR: Constraints cannot have extras`.
8
+
9
+
If the constraints file contains an `-e file:.` directive, this can be commented out as we are install Superset using uv from PyPI and do not need to edit it subsequently.
0 commit comments