Skip to content

Commit

Permalink
Pinning SimpleITK version to 2.2.1.
Browse files Browse the repository at this point in the history
Pinning SimpleITK version to the last version which was released with
binaries for Python 3.7.0 which is required by Imaris. Python version
3.7.0 reached end of life in June 27 2023, so newer versions of
SimpleITK do not have binaries for 3.7.0 and we don't want pip to try
and install from source.

Possibly install in stand-alone mode which doesn't depend on the
Python version required by Imaris. In this case we can use the
latest version of SimpleITK and just change the Python version to
something later than 3.7.0 (as of this writing 3.11 is recommended).
  • Loading branch information
zivy committed Nov 22, 2023
1 parent 22bc303 commit d4735a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- python=3.7.0 #Python version supported by imaris
- pip
- pip:
- SimpleITK >= 2.0.0
- SimpleITK == 2.2.1
- numpy
- pandas
- h5py>=2.10.0
Expand Down

0 comments on commit d4735a5

Please sign in to comment.