sadpandajoe commented on code in PR #42671:
URL: https://github.com/apache/superset/pull/42671#discussion_r3714692410


##########
pyproject.toml:
##########
@@ -83,7 +83,7 @@ dependencies = [
     "packaging",
     # --------------------------
     # pandas and related (wanting pandas[performance] without numba as it's 
100+MB and not needed)
-    "pandas[excel]>=2.3.3, <2.4",
+    "pandas[excel]>=3.0.5, <3.1",

Review Comment:
   Try not to bump the lower bounds in case it breaks for others.
   ```suggestion
       "pandas[excel]>=2.3.3, <3.1",
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to