We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25e1005 commit 813d24bCopy full SHA for 813d24b
1 file changed
requirements.txt
@@ -4,7 +4,7 @@ hatanaka
4
jinja2
5
matplotlib
6
numpy
7
-pandas==3.0.0 # For compatibility testing. TODO: unpin
+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.
8
plotext==4.2
9
plotly
10
pyfakefs
0 commit comments