Skip to content

Commit 1266cc9

Browse files
fix: add missing numdifftools dependency
Co-authored-by: derrynknife <18457108+derrynknife@users.noreply.github.com>
1 parent 5287750 commit 1266cc9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ lifelines==0.27.4
44
numba==0.56.4
55
numpy-indexed==0.3.5
66
reliability==0.8.6
7-
matplotlib==3.6
7+
matplotlib==3.6
8+
numdifftools

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"numpy_indexed",
3131
"numba",
3232
"formulaic",
33+
"numdifftools",
3334
],
3435
include_package_data=True,
3536
package_data={"": ["datasets/*.csv", "py.typed"]},

0 commit comments

Comments
 (0)