Skip to content

Commit e7e5377

Browse files
committed
Better python version specification
1 parent 33c446c commit e7e5377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
pandas; python_version < '3.9' # Loose requirement for older Python as older numpy is not supported
2+
pandas>=2.2.0; python_version >= '3.9' # Minimum pin to ensure compatibility with all versions of numpy

0 commit comments

Comments
 (0)