diff --git a/environment.yml b/environment.yml index 67c53093..55eac984 100644 --- a/environment.yml +++ b/environment.yml @@ -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 +