We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a7d999 commit a2343cbCopy full SHA for a2343cb
1 file changed
requirements.txt
@@ -8,5 +8,5 @@ pytest>=7.1.2,<8
8
pyfakefs>=5.4.1,<6
9
responses~=0.21
10
lxml-stubs==0.4.0
11
-# Match pandas version to use same as Lean (2.1.4). Except that 2.1.* is only supported on Python 3.9+.
12
-pandas==2.1.4;python_version>='3.9'
+# Match pandas version to use same as Lean. Except that 2.1.* is only supported on Python 3.9+.
+pandas==2.2.3;python_version>='3.9'
0 commit comments