Skip to content

Commit 1547cb0

Browse files
modified files to build for Databricks runtime 11.3 LTS compliant versions
1 parent 7a196b3 commit 1547cb0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Pipfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sphinx = ">=2.0.0,<3.1.0"
1010
nbsphinx = "*"
1111
numpydoc = "==0.8"
1212
pypandoc = "*"
13-
ipython = "==7.31.1"
13+
ipython = "==7.32.0"
1414
pydata-sphinx-theme = "*"
1515
recommonmark = "*"
1616
sphinx-markdown-builder = "*"
@@ -19,13 +19,13 @@ prospector = "*"
1919

2020
[packages]
2121
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"
22+
pyspark = "==3.3.0"
23+
pyarrow = "==7.0.0"
24+
wheel = "==0.37.0"
25+
pandas = "==1.3.4"
26+
setuptools = "==68.0.4"
27+
pyparsing = "==3.0.4"
2828
jmespath = "==0.10.0"
2929

3030
[requires]
31-
python_version = "3.8.12"
31+
python_version = "3.9.21"

0 commit comments

Comments
 (0)