Skip to content

Commit

Permalink
Updated dependencies list
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillawme committed Oct 30, 2021
1 parent 3d51ea1 commit a632d8d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name = 'countparticles',
version = '1.2',
version = '1.3',

description = 'Report the number of particles in each class from RELION',
long_description = readme,
Expand All @@ -34,11 +34,11 @@

py_modules = ["countparticles"],

python_requires = '>=3.9.1',
python_requires = '>=3.9.7',
install_requires = [
'click>=7.1.2',
'matplotlib>=3.3.2',
'starfile>=0.4.4'
'click>=8.0.3',
'matplotlib>=3.4.3',
'starfile>=0.4.9'
],

entry_points = {
Expand Down

0 comments on commit a632d8d

Please sign in to comment.