brain-score / core

MIT License
2 stars 5 forks source link

Resolve pip v conda in tests #99

Open deirdre-k opened 3 months ago

deirdre-k commented 3 months ago

Conda has been a helpful tool for managing dependencies in test environments, especially given its ability to specify python versions. However, it has become a burden, specifically relating to: 1) Issues with OpenMind downtimes, conda breaking often 2) Running pip install way too often during testing, slowing down process and introducing bugs such as "installing UNKNOWN package"

Goal:

deirdre-k commented 1 month ago

Waiting for switch to python 3.11 (#101 and #824)

deirdre-k commented 1 month ago

See venv docs