We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c446c commit e7e5377Copy full SHA for e7e5377
packages/python/plotly/requires-pandas.txt
@@ -1,2 +1,2 @@
1
-pandas; python_version <= '3.8' # Loose requirement for older Python as older numpy is not supported
2
-pandas>=2.2.0; python_version > '3.8' # Minimum pin to ensure compatibility with all versions of numpy
+pandas; python_version < '3.9' # Loose requirement for older Python as older numpy is not supported
+pandas>=2.2.0; python_version >= '3.9' # Minimum pin to ensure compatibility with all versions of numpy
0 commit comments