浏览代码

chore: update pandas

Joao Andre 1 年之前
父节点
当前提交
b12eaf49c2
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      Pipfile
  2. 1 1
      taipy/core/Pipfile
  3. 1 1
      taipy/gui/Pipfile

+ 1 - 1
Pipfile

@@ -21,7 +21,7 @@ markdown = "==3.4.4"
 marshmallow = "==3.20.1"
 marshmallow = "==3.20.1"
 networkx = "==2.6"
 networkx = "==2.6"
 openpyxl = "==3.1.2"
 openpyxl = "==3.1.2"
-pandas = "==2.0.0"
+pandas = "*"
 pyarrow = "==14.0.2"
 pyarrow = "==14.0.2"
 pymongo = {extras = ["srv"], version = "==4.2.0"}
 pymongo = {extras = ["srv"], version = "==4.2.0"}
 python-dotenv = "==1.0.0"
 python-dotenv = "==1.0.0"

+ 1 - 1
taipy/core/Pipfile

@@ -4,7 +4,7 @@ verify_ssl = true
 name = "pypi"
 name = "pypi"
 
 
 [packages]
 [packages]
-pandas = "==2.0.0"
+pandas = "==2.0.2"
 networkx = "==2.6"
 networkx = "==2.6"
 openpyxl = "==3.1.2"
 openpyxl = "==3.1.2"
 pyarrow = "==14.0.2"
 pyarrow = "==14.0.2"

+ 1 - 1
taipy/gui/Pipfile

@@ -12,7 +12,7 @@ gevent = "==23.7.0"
 gevent-websocket = "==0.10.1"
 gevent-websocket = "==0.10.1"
 kthread = "==0.2.3"
 kthread = "==0.2.3"
 markdown = "==3.4.4"
 markdown = "==3.4.4"
-pandas = "==2.0.0"
+pandas = "==2.0.2"
 pyarrow = "==14.0.2"
 pyarrow = "==14.0.2"
 pyngrok = "==5.1"
 pyngrok = "==5.1"
 python-dotenv = "==1.0.0"
 python-dotenv = "==1.0.0"