We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78ca0bb commit c543196Copy full SHA for c543196
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