Skip to content

Commit

Permalink
Merge pull request #413 from scipion-em/devel
Browse files Browse the repository at this point in the history
fix deps
  • Loading branch information
azazellochg committed Jul 8, 2024
2 parents cbda1cb + 255965d commit 11fe5f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion relion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from .constants import *


__version__ = '5.0.0b7'
__version__ = '5.0.0b8'
_logo = "relion_logo.jpg"
_references = ['Scheres2012a', 'Scheres2012b', 'Kimanius2016',
'Zivanov2018', 'Kimanius2021']
Expand Down
3 changes: 2 additions & 1 deletion relion/protocols/protocol_compress_movies_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@

import os

from emtools.utils import Timer, Pipeline, Pretty
from emtools.utils import Timer, Pretty
from emtools.jobs import Pipeline
from emtools.pwx import SetMonitor, BatchManager
from emtools.metadata import StarFile, Table

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
#
# For an analysis of "install_requires" vs pip's requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=['scipion-em', 'emtable>=0.0.14', 'emtools>=0.0.11'], # Optional
install_requires=['scipion-em', 'emtable>=0.0.14', 'emtools>=0.1.0'], # Optional

# List additional groups of dependencies here (e.g. development
# dependencies). Users will be able to install these using the "extras"
Expand Down

0 comments on commit 11fe5f1

Please sign in to comment.