Skip to content

Commit

Permalink
Merge pull request #161 from scipion-em/devel
Browse files Browse the repository at this point in the history
installation hot fix
  • Loading branch information
fonsecareyna82 authored May 29, 2024
2 parents 6ae5357 + bacf276 commit 8bd7d4a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
May 17, 2024 - **v4.1.2**

fixed: Installation Hot fix


May 17, 2024 - **v4.1.1**
Compatibility with cryoSPARC v4.5.1
Registering flex particles
Expand Down
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ You will need to use `3.0.0 <https://scipion-em.github.io/docs/release-3.0.0/doc
**Latest plugin version**
==========================

**v4.1.2**
-----------

* **fixed** Installation Hot fix

**v4.1.1**
-----------

Expand Down
4 changes: 2 additions & 2 deletions cryosparc2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

from .constants import *

__version__ = '4.1.1'
__version__ = '4.1.2'
_references = ['Punjani2017', 'Brubaker2017', 'daniel_asarnow_2019_3576630']
_logo = 'cryosparc2_logo.png'

Expand Down Expand Up @@ -92,7 +92,7 @@ def addPyemPackage(cls, env):

installCmd = ["pip uninstall -y pyem && ",
cls.getCondaActivationCmd(),
f'conda env remove -n pyem-23.01.25 && ',
f'conda env remove -y -n pyem-23.01.25 && ',
f'conda create -y -n {ENV_NAME} python=3.8 -c conda-forge -c anaconda && ',
f'conda activate {ENV_NAME} && pip install git+https://github.com/asarnow/pyem.git@0394d5bf6096377ca7cc7b6dd74484f1f40f37a8 && pip install numpy==1.23.5']

Expand Down

0 comments on commit 8bd7d4a

Please sign in to comment.