This is an automated email from the ASF dual-hosted git repository.
hainenber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 093135ff30 chore(be/deps): add comments for un-greppable Python
dependencies (#32259)
093135ff30 is described below
commit 093135ff304c19928727becd283ceee62ef82041
Author: Đỗ Trọng Hải <[email protected]>
AuthorDate: Mon Feb 17 19:09:35 2025 +0700
chore(be/deps): add comments for un-greppable Python dependencies (#32259)
---
pyproject.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index c8791694e5..188cb168ca 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -71,7 +71,7 @@ dependencies = [
# --------------------------
# pandas and related (wanting pandas[performance] without numba as it's
100+MB and not needed)
"pandas[excel]>=2.0.3, <2.1",
- "bottleneck",
+ "bottleneck", # recommended performance dependency for pandas, see
https://pandas.pydata.org/docs/getting_started/install.html#performance-dependencies-recommended
# --------------------------
"parsedatetime",
"paramiko>=3.4.0",
@@ -79,7 +79,7 @@ dependencies = [
"polyline>=2.0.0, <3.0",
"pyparsing>=3.0.6, <4",
"python-dateutil",
- "python-dotenv",
+ "python-dotenv", # optional dependencies for Flask but required for
Superset, see
https://flask.palletsprojects.com/en/stable/installation/#optional-dependencies
"python-geohash",
"pyarrow>=14.0.1, <15",
"pyyaml>=6.0.0, <7.0.0",