cortex-lab / phy

phy: interactive visualization and manual spike sorting of large-scale ephys data
BSD 3-Clause "New" or "Revised" License
314 stars 157 forks source link

updated environment.yml so people can also install env with that #1210

Closed zm711 closed 1 year ago

zm711 commented 1 year ago

@rossant Welcome back!

I saw in the issues that some people were using the environment.yml file for install, so people don't use the yaml file with wrong versions I updated that.

In short I added all the dependencies you listed. Fixed the sklearn->scikit-learn and had it pull from git instead of pypi.

I just tested creating a conda env with conda env create --file environment.yml and it worked fine on my computer.

rossant commented 1 year ago

thank you @zm711 !