@@ -57,7 +57,7 @@ description =
5757deps =
5858 {[testenv]packaging_deps}
5959 {[testenv]metatensor_deps}
60- torch =={env:METATOMIC_TESTS_TORCH_VERSION:2.8 }.*
60+ torch =={env:METATOMIC_TESTS_TORCH_VERSION:2.9 }.*
6161
6262commands =
6363 pip wheel python/metatomic_torch {[testenv]build_single_wheel} --wheel-dir {envtmpdir}/dist
@@ -73,7 +73,7 @@ package = skip
7373deps =
7474 cmake
7575 {[testenv]metatensor_deps}
76- torch =={env:METATOMIC_TESTS_TORCH_VERSION:2.8 }.*
76+ torch =={env:METATOMIC_TESTS_TORCH_VERSION:2.9 }.*
7777
7878commands =
7979 # configure cmake
@@ -82,7 +82,7 @@ commands =
8282 -DCMAKE_EXPORT_COMPILE_COMMANDS =ON \
8383 -DCMAKE_PREFIX_PATH ={env_site_packages_dir}/metatensor/; \
8484 {env_site_packages_dir}/torch/; \
85- {env_site_packages_dir}/metatensor/torch/torch-{env:METATOMIC_TESTS_TORCH_VERSION:2.8 }/ \
85+ {env_site_packages_dir}/metatensor/torch/torch-{env:METATOMIC_TESTS_TORCH_VERSION:2.9 }/ \
8686 -DMETATOMIC_TORCH_TESTS =ON
8787
8888 # build code with cmake
@@ -97,7 +97,7 @@ package = skip
9797deps =
9898 cmake
9999 {[testenv]metatensor_deps}
100- torch =={env:METATOMIC_TESTS_TORCH_VERSION:2.8 }.*
100+ torch =={env:METATOMIC_TESTS_TORCH_VERSION:2.9 }.*
101101
102102commands =
103103 # configure, build and install metatomic-torch
@@ -106,7 +106,7 @@ commands =
106106 -DCMAKE_INSTALL_PREFIX ={env_dir}/usr/ \
107107 -DCMAKE_PREFIX_PATH ={env_site_packages_dir}/metatensor/; \
108108 {env_site_packages_dir}/torch/; \
109- {env_site_packages_dir}/metatensor/torch/torch-{env:METATOMIC_TESTS_TORCH_VERSION:2.8 }/ \
109+ {env_site_packages_dir}/metatensor/torch/torch-{env:METATOMIC_TESTS_TORCH_VERSION:2.9 }/ \
110110 -DCMAKE_BUILD_WITH_INSTALL_RPATH =ON \
111111 -DCMAKE_INSTALL_RPATH_USE_LINK_PATH =ON
112112 cmake --build {env_dir}/build-metatomic-torch --config Debug --parallel --target install
@@ -116,7 +116,7 @@ commands =
116116 -DCMAKE_BUILD_TYPE =Debug \
117117 -DCMAKE_PREFIX_PATH ={env_site_packages_dir}/metatensor/; \
118118 {env_site_packages_dir}/torch/; \
119- {env_site_packages_dir}/metatensor/torch/torch-{env:METATOMIC_TESTS_TORCH_VERSION:2.8 }/; \
119+ {env_site_packages_dir}/metatensor/torch/torch-{env:METATOMIC_TESTS_TORCH_VERSION:2.9 }/; \
120120 {env_dir}/usr/ \
121121 -DUSE_CMAKE_SUBDIRECTORY =OFF
122122
@@ -128,7 +128,7 @@ commands =
128128 -DCMAKE_BUILD_TYPE =Debug \
129129 -DCMAKE_PREFIX_PATH ={env_site_packages_dir}/metatensor/; \
130130 {env_site_packages_dir}/torch/; \
131- {env_site_packages_dir}/metatensor/torch/torch-{env:METATOMIC_TESTS_TORCH_VERSION:2.8 }/ \
131+ {env_site_packages_dir}/metatensor/torch/torch-{env:METATOMIC_TESTS_TORCH_VERSION:2.9 }/ \
132132 -DUSE_CMAKE_SUBDIRECTORY =ON
133133
134134 cmake --build {env_dir}/build-subdirectory --config Debug --parallel
@@ -143,7 +143,7 @@ description = Run the tests of the metatomic-torch Python package
143143deps =
144144 {[testenv]testing_deps}
145145 {[testenv]metatensor_deps}
146- torch =={env:METATOMIC_TESTS_TORCH_VERSION:2.8 }.*
146+ torch =={env:METATOMIC_TESTS_TORCH_VERSION:2.9 }.*
147147 numpy {env:METATOMIC_TESTS_NUMPY_VERSION_PIN}
148148 vesin
149149 ase
@@ -167,7 +167,7 @@ description = Run the doctests defined in any metatomic package
167167deps =
168168 {[testenv]testing_deps}
169169
170- torch =={env:METATOMIC_TESTS_TORCH_VERSION:2.8 }.*
170+ torch =={env:METATOMIC_TESTS_TORCH_VERSION:2.9 }.*
171171 numpy {env:METATOMIC_TESTS_NUMPY_VERSION_PIN}
172172 vesin
173173 ase
@@ -216,15 +216,15 @@ deps =
216216 sphinx-toggleprompt # hide the prompt (>>>) in python doctests
217217 sphinx-gallery # convert python files into nice documentation
218218 sphinx-sitemap # automatically generates sitemap
219- pygments # syntax highligthing
219+ pygments # syntax highlighting
220220 breathe # C and C++ => sphinx through doxygen
221221 furo # sphinx theme
222222 myst_parser # include markdown documents in sphinx
223223 sphinx-design # helpers for nicer docs website (tabs, grids, cards, …)
224224 sphinxcontrib-details-directive # hide some information by default in HTML
225225
226226 # required for autodoc
227- torch =={env:METATOMIC_TESTS_TORCH_VERSION:2.8 }.*
227+ torch =={env:METATOMIC_TESTS_TORCH_VERSION:2.9 }.*
228228
229229 # required for examples
230230 ase
0 commit comments