Skip to content

Commit

Permalink
Update Pandas version in environment.yml #51
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond Nepstad committed Oct 8, 2020
1 parent 2e285c9 commit e4c4dca
Showing 1 changed file with 15 additions and 18 deletions.
33 changes: 15 additions & 18 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,25 @@
name: silcam
channels:
- anaconda
- cogsci # Channel for pygame
dependencies: # These are the conda packages
- python=3.5
- pip=10.0.1
- conda-forge::libffi=3.2.1
- numpy=1.15.2
- scipy=1.0.0
- pandas=0.20.3
- openpyxl=2.4.8
- matplotlib=3.0.0
- imageio=2.4.1
- scikit-image=0.14.0
- pygame=1.9.2
- python=3.6
- pip
- pandas=1.1.3
- scipy=1.5.2
- matplotlib=3.3.1
- tensorflow=1.9.0
- h5py=2.8.0
- psutil=5.4.7
- Sphinx=1.7.9
- pyserial=3.4
- seaborn=0.9.0
- pytables=3.4.4
- h5py
- pytables
- scikit-image
- openpyxl
- imageio
- psutil
- Sphinx
- pyserial
- seaborn
- pytest
- pip: # The following packages are installed with pip
- pygame
- xlrd
- configparser==3.5.0
- docopt==0.6.2
Expand Down

0 comments on commit e4c4dca

Please sign in to comment.