Skip to content

Commit

Permalink
fix: remove unused libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Caio-Coldebella authored and Caio Ruiz Coldebella committed May 3, 2024
1 parent a937955 commit c52a325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ screeninfo>=0.8.1
pillow>=9.0.0
SimpleITK>=2.3.0
numpy>=1.22
scipy>=1.6.0
setuptools
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"Operating System :: Linux",
],
python_requires='>=3.8',
install_requires=['setuptools', 'numpy>=1.22', 'scipy>=1.6.0', 'pillow>=9.0.0',
'SimpleITK>=2.3.0', 'screeninfo>=0.8.1', 'pydicom', 'dicom2nifti', 'plotly', 'scikit-image', 'matplotlib', 'pandas'],
install_requires=['setuptools', 'numpy>=1.22', 'pillow>=9.0.0',
'SimpleITK>=2.3.0', 'screeninfo>=0.8.1', 'pydicom', 'dicom2nifti', 'matplotlib'],
entry_points={
'console_scripts': ["micview = micview.run:main"]
}
Expand Down

1 comment on commit c52a325

@dscarmo
Copy link
Collaborator

@dscarmo dscarmo commented on c52a325 May 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

O pydicom, dycom2nifti, matplotlib não estão no requirements.txt, tem algum motivo específico?

Please sign in to comment.