Skip to content

Commit

Permalink
Merge pull request #1210 from zm711/zm711-update-yml
Browse files Browse the repository at this point in the history
updated environment.yml so people can also install env with that
  • Loading branch information
rossant authored Jun 15, 2023
2 parents c724537 + 77e99e0 commit 642c875
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
name: phy2
channels:
- conda-forge
- defaults
dependencies:
- python=3.7
- python
- pip
- git
- numpy
- matplotlib
- scipy
- h5py
- pyqt
- pyopengl
- pyqtwebengine
- pytest
- qtconsole
- requests
- responses
- traitlets
- dask
- cython
- pillow
- sklearn
- scikit-learn
- joblib
- pip:
- phy
- git+https://github.com/cortex-lab/phy.git

0 comments on commit 642c875

Please sign in to comment.