Skip to content

Commit c543196

Browse files
committed
Add looser pin for python<=3.8
1 parent 78ca0bb commit c543196

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: packages/python/plotly/requires-express.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
pandas>=2.2.0 # Minimum pin to ensure compatibility with all versions of numpy
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.0' # Minimum pin to ensure compatibility with all versions of numpy

0 commit comments

Comments
 (0)