Installation

Via Conda

conda env create -f environment.yml
conda activate rerandomstats
pip install -e .

Dependencies

Core dependencies are installed automatically:

  • numpy >= 1.22

  • scipy >= 1.9

  • pandas >= 1.5

  • statsmodels >= 0.13

  • prettytable >= 3.0

  • tqdm >= 4.60

Development extras (pip install -e ".[dev]"):

  • pytest, pytest-cov

  • sphinx, sphinx-rtd-theme

  • ruff