Explorar el Código

fix: add fastparquet to dev-packages of max Pipfile

trgiangdo hace 1 mes
padre
commit
ff78847d9c

+ 1 - 0
tools/packages/pipfiles/Pipfile3.10.max

@@ -4,6 +4,7 @@ verify_ssl = true
 name = "pypi"
 
 [dev-packages]
+fastparquet = "*"
 freezegun = "*"
 ipython = "*"
 ipykernel = "*"

+ 1 - 0
tools/packages/pipfiles/Pipfile3.11.max

@@ -4,6 +4,7 @@ verify_ssl = true
 name = "pypi"
 
 [dev-packages]
+fastparquet = "*"
 freezegun = "*"
 ipython = "*"
 ipykernel = "*"

+ 1 - 0
tools/packages/pipfiles/Pipfile3.12.max

@@ -4,6 +4,7 @@ verify_ssl = true
 name = "pypi"
 
 [dev-packages]
+fastparquet = "*"
 freezegun = "*"
 ipython = "*"
 ipykernel = "*"

+ 1 - 0
tools/packages/pipfiles/Pipfile3.9.max

@@ -4,6 +4,7 @@ verify_ssl = true
 name = "pypi"
 
 [dev-packages]
+fastparquet = "*"
 freezegun = "*"
 ipython = "*"
 ipykernel = "*"