Skip to content

Commit

Permalink
Updated requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
robtoth committed Aug 3, 2022
1 parent 724fda9 commit 456a3ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 20 deletions.
6 changes: 3 additions & 3 deletions module/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
setuptools.setup(
name='collageradiomics',
version=version,
author='Toth Technology',
author_email='toth[email protected]',
description='CoLliage Implementation',
author='ThetaTech',
author_email='robert.toth@thetatech.ai',
description='Python implementation of COLLAGE texture features from BRIC & INVENTLAB.',
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/ccipd/collageradiomics',
Expand Down
24 changes: 7 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
cycler==0.11.0
distro==1.7.0
fonttools==4.33.3
joblib==1.1.0
kiwisolver==1.4.2
mahotas==1.4.11
matplotlib==3.5.2
numpy==1.22.4
packaging==21.3
Pillow==9.1.1
pyparsing==3.0.9
python-dateutil==2.8.2
mahotas==1.4.13
numpy>=1.21.6
Pillow==9.2.0
scikit-build==0.15.0
scikit-learn==1.1.1
scipy==1.8.1
SimpleITK==2.1.1.2
six==1.16.0
threadpoolctl==3.1.0
scikit-image==0.19.3
scipy==1.7.3
pydicom==2.3.0
sklearn

0 comments on commit 456a3ef

Please sign in to comment.