Skip to content

Commit

Permalink
Update environment.yml for python 3.8 and new package versions #51
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond Nepstad committed Oct 27, 2020
1 parent b753544 commit a2a9971
Showing 1 changed file with 21 additions and 22 deletions.
43 changes: 21 additions & 22 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,31 @@ name: silcam
channels:
- anaconda
dependencies: # These are the conda packages
- python=3.6
- pip
- python=3.8
- pip=20.2.4
- pandas=1.1.3
- scipy=1.5.2
- matplotlib=3.3.1
- tensorflow=1.9.0
- h5py
- pytables
- scikit-image
- openpyxl
- imageio
- psutil
- Sphinx
- pyserial
- seaborn
- pytest
- tensorflow=2.2.0
- h5py=2.10.0
- pytables=3.6.1
- scikit-image=0.17.2
- openpyxl=3.0.5
- imageio=2.9.0
- psutil=5.7.2
- Sphinx=3.2.1
- pyserial=3.4
- seaborn=0.11.0
- pytest=6.1.1
- PyQt=5.9.2
- pip: # The following packages are installed with pip
- pygame
- xlrd
- configparser==3.5.0
- pygame==2.0.0.dev22
- xlrd==1.2.0
- configparser==5.0.1
- docopt==0.6.2
- cmocean==1.2
- tqdm==4.28.1
- setuptools==40.2.0
- sphinx_rtd_theme==0.4.2
- cmocean==2.0
- tqdm==4.51.0
- setuptools==50.3.2
- sphinx_rtd_theme==0.5.0
- sphinxcontrib-napoleon==0.7
- PyQt5==5.10
- cmocean==1.2
- pytest-error-for-skips==2.0.2

0 comments on commit a2a9971

Please sign in to comment.