-
Notifications
You must be signed in to change notification settings - Fork 3
/
environment.yml
41 lines (41 loc) · 1.01 KB
/
environment.yml
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
name: DTU_ML_Ops
channels:
- conda-forge
- defaults
dependencies:
- python=3.10
- pip
- dvc
- pip:
- click==8.1.7
- coverage==7.4.0
- dvc-gs==3.0.1
- fastapi==0.109.0
- fastapi-restful[all]
- fastparquet==2023.10.1
- functions-framework==3.5.0
- gcloud==0.18.3
- google-api-python-client==2.113.0
- google-cloud-secret-manager==2.17.0
- google-cloud-storage==2.14.0
- matplotlib==3.8.2
- numpy==1.26.3
- omegaconf==2.3.0
- optuna==3.4
- pandas==2.1.4
- pytest==7.4.4
- pytest-cov==4.1.0
- pyarrow==14.0.2
- pytorch_lightning==2.0.2
- rich==13.7.0
- scikit-learn==1.4.0
- setuptools==69.0.3
- soundfile==0.12.1
- torch
- torch_tb_profiler==0.4.3
- torchdata==0.6.1
- torchtext==0.15.2
- torchaudio==2.0.2
- torchvision==0.15.2
- uvicorn==0.26.0
- wandb==0.16.1