VARIMA-demo / environment.yml
tmotagam's picture
Update environment.yml
be554b9 verified
raw
history blame contribute delete
283 Bytes
name: VARIMA_DEMO
channels:
- conda-forge
dependencies:
- python=3.10
- ipykernel
- pandas
- pip
- matplotlib
- numpy
- vadersentiment
- statsmodels
- fastparquet
- pyarrow
- huggingface_hub
- openpyxl
- pip:
- voila==0.5.0
- voila-topbar==0.1.1