VARIMA-demo / environment.yml
tmotagam's picture
Demo
31158e5 verified
raw
history blame
238 Bytes
name: VARIMA_DEMO
channels:
- conda-forge
dependencies:
- python=3.10
- ipykernel
- pandas
- pip
- matplotlib
- numpy
- vadersentiment
- statsmodels
- pip:
- voila==0.5.0
- voila-topbar==0.1.1