Skip to content

Commit

Permalink
Ensure snomed mapping is installed alongside totalsegmentator package
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Jul 2, 2024
1 parent 2a629a4 commit 9a79e24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
python_requires='>=3.9',
license='Apache 2.0',
packages=find_packages(),
package_data={"totalsegmentator": ["resources/totalsegmentator_snomed_mapping.csv"]},
install_requires=[
'torch>=2.0.0',
'numpy<2',
Expand Down

0 comments on commit 9a79e24

Please sign in to comment.