Installation¶
Installing the Package¶
To use the models, you need to install the required packages. Run the following commands:
Using uv (recommended)¶
uv add git+https://github.com/bet-lab/enex_analysis_engine.git
uv sync
Using pip¶
pip install git+https://github.com/bet-lab/enex_analysis_engine.git
Dependencies¶
The package requires the following dependencies:
ipykernel (>=6.29.5)
matplotlib (>=3.10.0)
notebook (>=7.3.2)
numpy (>=2.2.3)
pandas (>=2.2.3)
salib (>=1.5.1)
scipy (>=1.15.2)
tqdm (>=4.67.1)
These will be automatically installed when you install the package.