forked from CBroz1/spyglass-docker
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Sorry if my understanding is wrong here:
Issue
- when the environment is exported here, the spyglass package is set to be installed by pip
- If the user is on a commit that isn't released to pypi, then they wont get the specific commit they were on
- When testing, I ended up re-installing specific versions of spyglass with
pip install git+https://github.com/LorenFrankLab/spyglass/...
This may not be much of a problem as things stabilize and for users not on the tip of development
Solution
switch pip to install spyglass from github either when generating this yaml or within spyglass-docker-export
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request