Commit 46c5888 1 parent dbd3327 commit 46c5888 Copy full SHA for 46c5888
File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,13 @@ a changelog](https://keepachangelog.com/en/1.1.0/) format. This project follows
17
17
### Removed
18
18
-->
19
19
20
+ ## [ Version 0.6.1] ( https://github.com/metatensor/featomic/releases/tag/featomic-torch-v0.6.1 ) - 2025-02-18\
21
+
22
+ ## Added
23
+
24
+ - Add Support for Python 3.13 and PyTorch 2.6
25
+
26
+
20
27
## [ Version 0.6.0] ( https://github.com/metatensor/featomic/releases/tag/featomic-torch-v0.6.0 ) - 2025-01-07
21
28
22
29
### Added
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ project(featomic-torch-test-cmake-project CXX)
6
6
# We need to update the REQUIRED_FEATOMIC_VERSION in the same way we update the
7
7
# featomic version for dev builds
8
8
include (../../cmake/dev-versions.cmake)
9
- set (REQUIRED_FEATOMIC_TORCH_VERSION "0.6.0 " )
9
+ set (REQUIRED_FEATOMIC_TORCH_VERSION "0.6.1 " )
10
10
create_development_version("${REQUIRED_FEATOMIC_TORCH_VERSION} " FEATOMIC_TORCH_FULL_VERSION "featomic-torch-v" )
11
11
string (REGEX REPLACE "([0-9]*)\\ .([0-9]*).*" "\\ 1.\\ 2" REQUIRED_FEATOMIC_TORCH_VERSION ${FEATOMIC_TORCH_FULL_VERSION} )
12
12
find_package (featomic_torch ${REQUIRED_FEATOMIC_TORCH_VERSION} REQUIRED)
You can’t perform that action at this time.
0 commit comments