Skip to content

Commit

Permalink
close #48
Browse files Browse the repository at this point in the history
  • Loading branch information
azazellochg committed Aug 2, 2023
1 parent f7b2587 commit 607ed9b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
3.7.1: fix pw requirements
3.7: initial streaming support (@albertmena)
3.6.5: allow unsorted tilt series
3.6.4: adding type hints
Expand Down
2 changes: 1 addition & 1 deletion aretomo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from .constants import *


__version__ = '3.7'
__version__ = '3.7.1'
_logo = "aretomo_logo.png"
_references = ['Zheng2022']

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@
#
# For an analysis of "install_requires" vs pip's requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=['scipion-em', 'scipion-em-tomo'], # Optional
install_requires=['scipion-em', 'scipion-em-tomo',
'scipion-pyworkflow>=3.0.30'], # 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 607ed9b

Please sign in to comment.