Installation

Install into your virtual python environment with:

pip install pybalmorel

For more information on how to manage and install virtual environments check out this resource, or if you are a conda user, this resource.

Requirements

pybalmorel has the following requirements - here illustrated in a environment.yml file that can be used to create the necessary conda environment (note that it will also install pybalmorel itself):

name: pybalmorel
channels:
  - conda-forge
dependencies:
  - python >= 3.10
  - numpy>=2.1.2
  - pandas>=2.1.4 
  - matplotlib>=3.9.0 
  - geopandas>=1.0.1
  - ipywidgets>=8.1.3
  - ipykernel>=6.29.5
  - pip
  - pip:
    - pybalmorel==0.4.5