Răsfoiți Sursa

chore: update pandas

Joao Andre 1 an în urmă
părinte
comite
b12eaf49c2
3 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  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"
 networkx = "==2.6"
 openpyxl = "==3.1.2"
-pandas = "==2.0.0"
+pandas = "*"
 pyarrow = "==14.0.2"
 pymongo = {extras = ["srv"], version = "==4.2.0"}
 python-dotenv = "==1.0.0"

+ 1 - 1
taipy/core/Pipfile

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

+ 1 - 1
taipy/gui/Pipfile

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