-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPipfile
More file actions
36 lines (32 loc) · 1 KB
/
Pipfile
File metadata and controls
36 lines (32 loc) · 1 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[[source]]
name = "pytorch"
url = "https://download.pytorch.org/whl/cu121"
verify_ssl = false
[dev-packages]
jupyter = "*"
[packages]
matplotlib = ">=3.1.1"
numpy = ">=1.16.4"
pandas = ">=0.24.2"
scikit-learn = ">=0.21.2"
scipy = ">=1.3.0"
torch = {index = "pytorch",version = ">=2.2.0,<2.3.0"}
tqdm = ">=4.32.2"
pyspark = ">=2"
tensorboard = ">=2.13.0"
lightgbm = ">=2.3.1"
xgboost = ">=0.90"
ptls-validation = {git = "https://github.com/dllllb/ptls-validation.git", editable = true}
pytorch-lifestream = {editable = true, ref = "v0.6.0", git = "git+https://github.com/dllllb/pytorch-lifestream.git"}
hydra-optuna-sweeper = '>=1.2.0'
protobuf = "==4.25"
pydantic = "*"
dgl = {file = "https://data.dgl.ai/wheels/torch-2.2/cu121/dgl-2.2.0%2Bcu121-cp38-cp38-manylinux1_x86_64.whl"}
# If dgl '.whl' file link is outdated use this: dgl = {file = "This/Url/Is/Removed/Until/The/Review/Process/Finishes"}
polars = "*"
[requires]
python_version = "3.8"