miykael / gif_your_nifti

How to create fancy GIFs from an MRI brain image
BSD 3-Clause "New" or "Revised" License
118 stars 31 forks source link

Allow for recent imageio #17

Closed yarikoptic closed 2 months ago

yarikoptic commented 2 months ago

was addressed via pinning of imageio in

but that now causes

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
gif-your-nifti 0.2.1 requires imageio<2.28, but you have imageio 2.34.1 which is incompatible.
Successfully installed argparse-1.4.0 bidsonym-0.0.6+17.g8417c18.dirty citeproc-py-0.6.0 duecredit-0.10.2 imageio-2.34.1 nilearn-0.10.4 scikit-learn-1.5.0 threadpoolctl-3.5.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Removing intermediate container 6706dd6d886d

while installing bidsonym

Ideally issue should be properly resolved by adjusting used interface and removing (or at least raising to < 2.35 upper bound on imageio)