Skip to content

Commit 97876b3

Browse files
committed
added numpy for installation
1 parent d1cd56c commit 97876b3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

niftypet/ninst/raw/resources.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -883,6 +883,7 @@ def get_mmr_constants():
883883
"ICOSSTP": (NCOS - 1) / (1 - COSUPSMX),
884884
# > intensity emission image threshold to be considered for scatter modelling
885885
"ETHRLD": 0.05,
886+
886887
}
887888
)
888889
# ---------------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4", "tqdm",
3-
"miutil[cuda,web]>=0.7.0"]
3+
"miutil[cuda,web]>=0.7.0", "numpy"]
44

55
[tool.setuptools_scm]
66
write_to = "niftypet/ninst/_dist_ver.py"

0 commit comments

Comments
 (0)