https://github.com/pymc-devs/pymc3
Raw File
Tip revision: 419af0688353292c0a356cddbb9271737e89a723 authored by Luke Lewis-Borrell on 26 October 2023, 05:24:39 UTC
Support logp derivation of `power(base, rv)` (#6962)
Tip revision: 419af06
.readthedocs.yml
version: 2

sphinx:
    configuration: docs/source/conf.py

python:
   install:
   - method: pip
     path: .

conda:
  environment: "conda-envs/environment-docs.yml"

build:
  os: "ubuntu-22.04"
  tools:
    python: "mambaforge-4.10"
back to top