Skip to content

Commit c544f10

Browse files
authored
Try to upgrade pandas (#2687)
* Try to upgrade pandas * Update requirements.txt * Update requirements.txt * Update requirements.txt * Update requirements.txt
1 parent 4ac9fad commit c544f10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ parsedatetime==2.4
2525
sshtunnel==0.1.5
2626
pycryptodome==3.19.1
2727
pyodps==0.*
28-
pandas==1.5.*
28+
numpy==1.*
29+
pandas==1.*
2930
clickhouse-driver==0.*
3031
djangorestframework==3.13.1
3132
djangorestframework-simplejwt==5.2.0

0 commit comments

Comments
 (0)