We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc41f5 commit 21eef7aCopy full SHA for 21eef7a
packages/python/plotly/requires-express.txt
@@ -1 +1,2 @@
1
-pandas>=2.2.0 # Minimum pin to ensure compatibility with all versions of numpy
+pandas; python_version <= '3.8' # Loose requirement for older Python as older numpy is not supported
2
+pandas>=2.2.0; python_version > '3.0' # Minimum pin to ensure compatibility with all versions of numpy
0 commit comments