Skip to content

Commit

Permalink
add all conda dependencies, fix sklearn, and install from git
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 authored Jun 15, 2023
1 parent c724537 commit e3ff9ed
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name: phy2
channels:
- conda-forge
- defaults
dependencies:
- python=3.7
- pip
Expand All @@ -7,9 +10,18 @@ dependencies:
- 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 e3ff9ed

Please sign in to comment.