You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"fdasrsf<=2.5.2", # currently above this breaks on some OS
58
+
"fdasrsf<=2.5.2", #temporary, currently above this breaks on some OS
58
59
]
59
60
unstable_extras = [
60
-
"mrsqm>=0.0.1 ; platform_system == 'Darwin'", # requires gcc and fftw to be installed for Windows and some other OS (see http://www.fftw.org/index.html)
61
+
"mrsqm>=0.0.1 ; platform_system == 'Darwin' and python_version < '3.12'", # requires gcc and fftw to be installed for Windows and some other OS (see http://www.fftw.org/index.html)
61
62
"pycatch22<=0.4.3", # Known to fail installation on some setups
63
+
"pyfftw>=0.12.0; python_version < '3.12'", # requires fftw to be installed for Windows and some other OS (see http://www.fftw.org/index.html)
0 commit comments