-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathfossa-deps.yml
More file actions
38 lines (38 loc) · 1.4 KB
/
fossa-deps.yml
File metadata and controls
38 lines (38 loc) · 1.4 KB
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
32
33
34
35
36
37
38
referenced-dependencies:
- type: pypi
name: torch
version: "2.3.1"
- type: pypi
name: torchvision
version: "0.18.1"
- type: pypi
name: torchaudio
version: "2.3.1"
- type: git
name: https://github.com/alibaba/graphlearn-for-pytorch
version: "v0.2.4"
- type: git
name: https://github.com/protocolbuffers/protobuf
version: "v3.19.6"
- type: git
name: https://github.com/scalapb/ScalaPB
version: "v0.11.14"
vendored-dependencies:
- name: spark-tfrecord-spark3.1
path: tools/scala/spark_packages/spark-custom-tfrecord_2.12-0.5.0.jar
version: "0.5.0"
metadata:
description: "Linked-In's library for reading and writing Tensorflow TFRecord data from Apache Spark."
homepage: "https://github.com/linkedin/spark-tfrecord"
- name: spark-tfrecord-spark3.5
path: tools/scala/spark_packages/spark_3.5.0-custom-tfrecord_2.12-0.6.1.jar
version: "0.6.1"
metadata:
description: "Linked-In's library for reading and writing Tensorflow TFRecord data from Apache Spark."
homepage: "https://github.com/linkedin/spark-tfrecord"
- name: spark-tfrecord
path: scala_spark35/external-jars/spark-bigquery-with-dependencies_2.12-0.36.1.jar
version: "0.36.1"
metadata:
description: "Google's connector that supports reading Google BigQuery tables into Spark's DataFrames, and writing DataFrames back into BigQuery."
homepage: "https://github.com/GoogleCloudDataproc/spark-bigquery-connector"