Skip to content

Commit

Permalink
update conda env file
Browse files Browse the repository at this point in the history
  • Loading branch information
campagnola committed Apr 12, 2023
1 parent 883b9fc commit 9408fa1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions desktop-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ channels:
- conda-forge
- defaults
dependencies:
- python=3.7.5
- pyqt=5.12
- python=3.8
- pyqt>=5.12
- pip
- h5py=2.9.0
- h5py>=2.10.0
- pillow
- psycopg2
- sqlalchemy=1.3.11
Expand All @@ -21,5 +21,5 @@ dependencies:
- statsmodels
- pip:
- lmfit
- git+https://github.com/pyqtgraph/pyqtgraph
- pyqtgraph
- git+https://github.com/alleninstitute/neuroanalysis

0 comments on commit 9408fa1

Please sign in to comment.