Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
juanitorduz committed Aug 11, 2021
1 parent b8b1e6d commit ed2e560
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,29 @@ channels:
- conda-forge
- pytorch
dependencies:
- python=3.7
- python=3.8
- pip
- fbprophet=0.6
- pystan==2.19.1.1
- prophet==1.0.1
- jupyter=1.0.0
- jupyterlab=2.2.8
- matplotlib=3.3.1
- jupyterlab=3.1.4
- matplotlib=3.4.2
- nb_conda_kernels
- numpy=1.19.2
- pandas=1.1.3
- plotly=4.11.0
- pymc3=3.9.3
- scikit-learn=0.23.2
- scipy=1.5.2
- seaborn=0.11.0
- statsmodels=0.12.0
- numpy=1.21.1
- pandas=1.3.1
- plotly=5.1.0
- pymc3=3.11.2
- scikit-learn=0.24.2
- scipy=1.7.1
- seaborn=0.11.1
- statsmodels=0.12.2
- pip:
- gluonts==0.5.2
- mxnet==1.7.0.post1
- numpyro==0.4.0
- sktime==0.5.0
- tensorflow==2.3.1
- tensorflow-probability==0.11.1
- torch==1.6.0
- pytorchts==0.2.0
- ipywidgets==7.5.1
- tb-nightly==2.4.0a20201007
- gluonts==0.8.0
- mxnet==1.8.0.post0
- numpyro==0.7.2
- sktime==0.7.0
- torch==1.9.0
- pytorchts==0.5.1
- ipywidgets==7.6.3
- bambi==0.6.0
- pycausalimpact==0.1.1

0 comments on commit ed2e560

Please sign in to comment.