From e91db6f3df5312bc1e99b4a1dd61e7ce5058d118 Mon Sep 17 00:00:00 2001 From: Leo Q Date: Thu, 20 Jun 2024 20:48:10 +0800 Subject: [PATCH 1/5] Try to upgrade pandas --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 32271974c3..de1e979491 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,6 @@ parsedatetime==2.4 sshtunnel==0.1.5 pycryptodome==3.19.1 pyodps==0.* -pandas==1.5.* clickhouse-driver==0.* djangorestframework==3.13.1 djangorestframework-simplejwt==5.2.0 From 10324c7845baa68b32ba273b6a9361e4abda48f5 Mon Sep 17 00:00:00 2001 From: Leo Q Date: Thu, 20 Jun 2024 20:55:02 +0800 Subject: [PATCH 2/5] Update requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index de1e979491..c0c520ac8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,7 @@ django-q==1.3.9 django-redis==5.2.0 redis==3.5.3 pyodbc==4.* +pandas=1.* gunicorn==22.0.0 pyecharts==2.0.4 aliyun-python-sdk-rds==2.1.1 From 79f6bb69a364b345b8dfe5f51ef3e22e3cf82572 Mon Sep 17 00:00:00 2001 From: Leo Q Date: Thu, 20 Jun 2024 20:56:41 +0800 Subject: [PATCH 3/5] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c0c520ac8b..29c572f13e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,6 @@ django-q==1.3.9 django-redis==5.2.0 redis==3.5.3 pyodbc==4.* -pandas=1.* gunicorn==22.0.0 pyecharts==2.0.4 aliyun-python-sdk-rds==2.1.1 @@ -26,6 +25,7 @@ parsedatetime==2.4 sshtunnel==0.1.5 pycryptodome==3.19.1 pyodps==0.* +pandas=1.* clickhouse-driver==0.* djangorestframework==3.13.1 djangorestframework-simplejwt==5.2.0 From 49b130e57793803f9c1fe88095a232f2cd629110 Mon Sep 17 00:00:00 2001 From: Leo Q Date: Thu, 20 Jun 2024 21:05:02 +0800 Subject: [PATCH 4/5] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 29c572f13e..94bb22241f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ parsedatetime==2.4 sshtunnel==0.1.5 pycryptodome==3.19.1 pyodps==0.* -pandas=1.* +pandas==1.* clickhouse-driver==0.* djangorestframework==3.13.1 djangorestframework-simplejwt==5.2.0 From 5c46c3be16c4fdaf6ac6333ba1e84988990affd9 Mon Sep 17 00:00:00 2001 From: Leo Q Date: Thu, 20 Jun 2024 21:21:51 +0800 Subject: [PATCH 5/5] Update requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 94bb22241f..9ef58ca1ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,6 +25,7 @@ parsedatetime==2.4 sshtunnel==0.1.5 pycryptodome==3.19.1 pyodps==0.* +numpy==1.* pandas==1.* clickhouse-driver==0.* djangorestframework==3.13.1