-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
42 lines (38 loc) · 996 Bytes
/
pyproject.toml
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
39
40
41
42
[tool.poetry]
name = "seq-rec"
version = "0.1.0"
description = ""
authors = ["Quy Dinh <[email protected]>"]
[tool.poetry.dependencies]
python = ">=3.7,<3.11"
tensorflow = "2.9.1"
tensorflow-datasets = "4.6.0"
tensorflow-estimator = "2.9.0"
tensorflow-gcs-config = "2.8.0"
tensorflow-gpu = "2.9.1"
tensorflow-hub = "0.12.0"
tensorflow-io = "0.26.0"
tensorflow-io-gcs-filesystem = "0.26.0"
tensorflow-metadata = "1.8.0"
tensorflow-probability = "0.16.0"
tensorflow-recommenders = "0.6.0"
scann = "*"
google-cloud-bigquery-storage = "*"
fastavro = "*"
google-cloud-aiplatform = "*"
comet-ml = "^3.31.3"
hydra-core = "*"
python-dotenv = "*"
google-api-python-client = "*"
google-auth-httplib2 = "*"
google-auth-oauthlib = "*"
kfp = ">=1.8.9"
google-cloud-pipeline-components = "*"
google-cloud-storage = "*"
cloudpickle = ">=2.0.0"
[tool.poetry.dev-dependencies]
[tool.poetry2conda]
name = "dl-context"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"