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
Set requires-python to ">=3.10,<3.15" to match the wheels being built for CASM C++ extensions and distributed on PyPI.
Changed libcasm-configuration dependency to ">=2.3.0". This will avoid potential compatibility issues between libcasm-configuration<2.3.0 and the planned libcasm-xtal>=3.
Fixed
Fixed a variable name in ClusterFunctionsBuilder._build_equivalent_orbit_basis_sets which resulted in an error when build_cluster_functions was called with verbose=True.