Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wahabk committed May 17, 2023
1 parent 742a498 commit 8cb4a4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
package_data={'colloidoscope': ['attention_unet_202302.pt']},
# data_files=[('colloidoscope', ['colloidoscope/attention_unet_202302.pt'])],
install_requires=[
'numpy==1.20.0',
'numpy',
'numba',
'torch',
'matplotlib',
Expand All @@ -37,4 +37,4 @@
'monai @ git+https://github.com/wahabk/MONAI'
],
keywords=['python', 'colloidoscope'],
)
)

0 comments on commit 8cb4a4f

Please sign in to comment.