YttriLab / A-SOID

An active learning platform for expert-guided, data efficient discovery of behavior.
Other
47 stars 8 forks source link

Raised streamlit version and fixed experimental_rerun to rerun to avo… #62

Closed JensBlack closed 6 months ago

JensBlack commented 6 months ago

Updated requirements and altered function in new pullrequest. This will require an update of streamlit to >=1.27.0:

pip install --upgrade streamlit

or reinstall of the entire environment:

  1. Deactivate asoid environment:
    conda deactivate
  2. Remove environment:
    conda remove -n asoid --all
  3. Reinstall environment:
    conda env create --file asoid.yml