-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuv.lock
31 lines (27 loc) · 1.21 KB
/
uv.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
version = 1
requires-python = ">=3.12"
[[package]]
name = "example"
version = "0.1.0"
source = { virtual = "." }
dependencies = [
{ name = "pyspark" },
]
[package.metadata]
requires-dist = [{ name = "pyspark", specifier = ">=3.5.5" }]
[[package]]
name = "py4j"
version = "0.10.9.7"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/1e/f2/b34255180c72c36ff7097f7c2cdca02abcbd89f5eebf7c7c41262a9a0637/py4j-0.10.9.7.tar.gz", hash = "sha256:0b6e5315bb3ada5cf62ac651d107bb2ebc02def3dee9d9548e3baac644ea8dbb", size = 1508234 }
wheels = [
{ url = "https://files.pythonhosted.org/packages/10/30/a58b32568f1623aaad7db22aa9eafc4c6c194b429ff35bdc55ca2726da47/py4j-0.10.9.7-py2.py3-none-any.whl", hash = "sha256:85defdfd2b2376eb3abf5ca6474b51ab7e0de341c75a02f46dc9b5976f5a5c1b", size = 200481 },
]
[[package]]
name = "pyspark"
version = "3.5.5"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "py4j" },
]
sdist = { url = "https://files.pythonhosted.org/packages/5f/8f/b616ef710932ccdbabd8511e08890a677482ab2967b7cf276c09a02bc64c/pyspark-3.5.5.tar.gz", hash = "sha256:6effc9ce98edf231f4d683fd14f7270629bf8458c628d6a2620ded4bb34f3cb9", size = 317214975 }