Skip to content

Commit fee2bd8

Browse files
committed
Updated requirements.txt
1 parent 708eaa9 commit fee2bd8

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

requirements.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
jpype1==1.6.0
22
numpy==1.24.4; python_version == '3.8'
3-
numpy==1.26.4; python_version >= '3.9'
4-
pandas
3+
numpy==1.26.4; python_version >= '3.9' and python_version <= '3.10'
4+
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'
59
py4j==0.10.9.9
610
pyjnius==1.7.0

0 commit comments

Comments
 (0)