File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ a changelog](https://keepachangelog.com/en/1.1.0/) format. This project follows
1717### Removed
1818-->
1919
20- ### Changed
20+ ## [ Version 0.7.2 ] ( https://github.com/metatensor/featomic/releases/tag/featomic-torch-v0.7.2 ) - 2025-12-04
2121
2222- We now require Python >= 3.10
2323- Added support for torch v2.9, removed support for torch 2.1 and 2.2
Original file line number Diff line number Diff line change 1- 0.7.1
1+ 0.7.2
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ project(featomic-torch-test-cmake-project CXX)
66# We need to update the REQUIRED_FEATOMIC_VERSION in the same way we update the
77# featomic version for dev builds
88include (../../cmake/dev-versions.cmake )
9- set (REQUIRED_FEATOMIC_TORCH_VERSION "0.7.1 " )
9+ set (REQUIRED_FEATOMIC_TORCH_VERSION "0.7.2 " )
1010create_development_version ("${REQUIRED_FEATOMIC_TORCH_VERSION} " FEATOMIC_TORCH_FULL_VERSION "featomic-torch-v" )
1111string (REGEX REPLACE "([0-9]*)\\ .([0-9]*).*" "\\ 1.\\ 2" REQUIRED_FEATOMIC_TORCH_VERSION ${FEATOMIC_TORCH_FULL_VERSION} )
1212find_package (featomic_torch ${REQUIRED_FEATOMIC_TORCH_VERSION} REQUIRED )
You can’t perform that action at this time.
0 commit comments