AllenNeuralDynamics / dynamic-foraging-task

Bonsai/Harp workflow for Dynamic Foraging with Python GUI for visualization and control
MIT License
5 stars 4 forks source link

Automatically install package upgrades #531

Closed alexpiet closed 3 months ago

alexpiet commented 3 months ago

Pull Request instructions:

Describe changes:

Right now, a large portion of the manual updates are pip install calls for new packages, or versioning. Now I've added pip install --upgrade -e . to the daily update script which ensures that all requirements are installed.

What issues or discussions does this update address?

Describe the expected change in behavior from the perspective of the experimenter

Describe any manual update steps for task computers

Was this update tested in 446/447?

alexpiet commented 3 months ago

@XX-Yin @hanhou This is ready for review