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: pyproject.toml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -71,15 +71,15 @@ dependencies = [
71
71
# --------------------------
72
72
# pandas and related (wanting pandas[performance] without numba as it's 100+MB and not needed)
73
73
"pandas[excel]>=2.0.3, <2.1",
74
-
"bottleneck",
74
+
"bottleneck",# recommended performance dependency for pandas, see https://pandas.pydata.org/docs/getting_started/install.html#performance-dependencies-recommended
75
75
# --------------------------
76
76
"parsedatetime",
77
77
"paramiko>=3.4.0",
78
78
"pgsanity",
79
79
"polyline>=2.0.0, <3.0",
80
80
"pyparsing>=3.0.6, <4",
81
81
"python-dateutil",
82
-
"python-dotenv",
82
+
"python-dotenv",# optional dependencies for Flask but required for Superset, see https://flask.palletsprojects.com/en/stable/installation/#optional-dependencies
0 commit comments