FATSLiM requires numpy<2 due to changes on the numpy data types that will be a problem in the future. The repo is currently archived so there is no expeted updates but there is currently a fork with the necessary changes made.
This library has a GLP-3 license so I think it may possible to use this version for an updated conda package for future versions.
Also it can be a good opportunity to fix the idfreq, add a test for micelles and make input_traj_path optional.
- Remove Cython pinning in setup, requirements, CI and conda environments.
FATSLiM requires numpy<2 due to changes on the numpy data types that will be a problem in the future. The repo is currently archived so there is no expeted updates but there is currently a fork with the necessary changes made.
This library has a GLP-3 license so I think it may possible to use this version for an updated conda package for future versions.
Also it can be a good opportunity to fix the
idfreq, add a test for micelles and makeinput_traj_pathoptional.