Spaces:
Sleeping
Sleeping
File size: 351 Bytes
73cfaa5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
name: glucose
channels:
- conda-forge
- defaults
dependencies:
- python=3.11
- pip:
- torch
- optuna
- numpy==1.26.4
- tensorboard
- pandas
- psutil
- typer
- darts==0.29.0
- pmdarima==2.0.4
- peft
- transformers
- datasets
- python-multipart
- plotly
- kaleido
- huggingface-hub |