Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 236 Bytes

environment_description.md

File metadata and controls

13 lines (10 loc) · 236 Bytes

to install to LMPM_env: numpy pandas jax jaxlib jax-unirep

  1. To create the environment from the environment.yml file: conda env create -f environment.yml

  2. To export environment to yml file: conda env export > environment.yml