Skip to content

Commit 813d24b

Browse files
committed
NPI-4443 unpin pandas to allow python 3.10 and 3.11+ to use different versions
1 parent 25e1005 commit 813d24b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ hatanaka
44
jinja2
55
matplotlib
66
numpy
7-
pandas==3.0.0 # For compatibility testing. TODO: unpin
7+
pandas # Pandas 3+ requires Python >=3.11, has some breaking changes. Left unpinned to allow both Python 3.10, and 3.11+ to use separate versions.
88
plotext==4.2
99
plotly
1010
pyfakefs

0 commit comments

Comments
 (0)