Skip to content

Commit 9fa4dd1

Browse files
committed
update setup.py
1 parent c06d086 commit 9fa4dd1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: (^.idea/)
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v3.2.0
4+
rev: v4.6.0
55
hooks:
66
- id: end-of-file-fixer
77
types: [ python ]

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ def violation(operation: Any, *args: Any, **_: Any) -> None:
5555
url="https://github.com/imranq2/SparkAutoMapper.FHIR",
5656
packages=find_packages(),
5757
install_requires=[
58-
"logger",
59-
"pyspark==3.3.0",
60-
"sparkautomapper>=2.0.1",
61-
"sparkfhirschemas>=1.0.12",
58+
"py4j==0.10.9.7",
59+
"pyspark==3.5.1",
60+
"sparkautomapper>=3.0.0",
61+
"sparkfhirschemas>=2.0.0",
6262
"deprecated",
6363
],
6464
classifiers=[

0 commit comments

Comments
 (0)