Skip to content

Commit

Permalink
Bumped version, added tqdm h5py
Browse files Browse the repository at this point in the history
  • Loading branch information
DarnellGranberry authored Nov 12, 2024
1 parent 14e2e20 commit c45a8ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

name = 'topaz-em'
version = '0.2.5'
version = '0.3.0'

description = 'Particle picking with positive-unlabeled CNNs'
long_description = 'Particle picking software for single particle cryo-electron microscopy using convolutional neural networks and positive-unlabeled learning. Includes methods for micrograph denoising.'
Expand Down Expand Up @@ -40,5 +40,7 @@
'scipy>=0.17.0',
'pillow>=6.2.0',
'future',
'tqdm',
'h5py'
],
)

0 comments on commit c45a8ae

Please sign in to comment.