We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a196b3 commit 1547cb0Copy full SHA for 1547cb0
Pipfile
@@ -10,7 +10,7 @@ sphinx = ">=2.0.0,<3.1.0"
10
nbsphinx = "*"
11
numpydoc = "==0.8"
12
pypandoc = "*"
13
-ipython = "==7.31.1"
+ipython = "==7.32.0"
14
pydata-sphinx-theme = "*"
15
recommonmark = "*"
16
sphinx-markdown-builder = "*"
@@ -19,13 +19,13 @@ prospector = "*"
19
20
[packages]
21
numpy = "==1.22.0"
22
-pyspark = "==3.1.3"
23
-pyarrow = "==4.0.1"
24
-wheel = "==0.38.4"
25
-pandas = "==1.2.4"
26
-setuptools = "==65.6.3"
27
-pyparsing = "==2.4.7"
+pyspark = "==3.3.0"
+pyarrow = "==7.0.0"
+wheel = "==0.37.0"
+pandas = "==1.3.4"
+setuptools = "==68.0.4"
+pyparsing = "==3.0.4"
28
jmespath = "==0.10.0"
29
30
[requires]
31
-python_version = "3.8.12"
+python_version = "3.9.21"
0 commit comments