Skip to content

Commit 129bc9f

Browse files
xRiskLabcursoragent
andcommitted
chore: align file versions (README PyPI install, utils docstring, .python-version)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent fd5d08e commit 129bc9f

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12
1+
3.12

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ It uses **Pearson residuals** and **principles of conformal prediction** to quan
1919
Use `pip` to install the package from GitHub:
2020

2121
```bash
22+
pip install pearsonify
23+
# or from GitHub:
2224
pip install git+https://github.com/xRiskLab/pearsonify.git
2325
```
2426

pearsonify/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""Utilities for Pearsonify: Pearson residuals, confidence intervals, coverage."""
2+
13
import numpy as np
24

35

0 commit comments

Comments
 (0)