nion-software / nionswift-instrumentation-kit

Base classes for Nion Swift STEM microscope instrumentation
GNU General Public License v3.0
1 stars 12 forks source link

Conda package on nion channel broken for python 3.10 #144

Closed Brow71189 closed 1 year ago

Brow71189 commented 1 year ago

Try something like conda create -n test_env -c nion python=3.10 nionswift-instrumentation This will install nionswift-instrumentation=0.19.3 because the latest version (and possibly some in between) have python<3.10 as a requirement, even though the packages are built for python 3.10.

The packages from conda-forge are fine, only the ones from channel nion are affected.

cmeyer commented 1 year ago

Fixed 609f3d6b0290ae236ec8bf43b33a76748a6b3e54