We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 708eaa9 commit fee2bd8Copy full SHA for fee2bd8
1 file changed
requirements.txt
@@ -1,6 +1,10 @@
1
jpype1==1.6.0
2
numpy==1.24.4; python_version == '3.8'
3
-numpy==1.26.4; python_version >= '3.9'
4
-pandas
+numpy==1.26.4; python_version >= '3.9' and python_version <= '3.10'
+numpy==2.2.6; python_version == '3.11'
5
+numpy==2.4.2; python_version >= '3.12'
6
+pandas==2.0.3; python_version == '3.8'
7
+pandas==2.2.3; python_version >= '3.9' and python_version <= '3.11'
8
+pandas==3.0.1; python_version >= '3.12'
9
py4j==0.10.9.9
10
pyjnius==1.7.0
0 commit comments