diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index 6fcc9d08..461f1996 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -9,3 +9,5 @@ dependencies: - executorlib - ase - scipy +- setuptools +- python =3.12 diff --git a/.readthedocs.yml b/.readthedocs.yml index 89236e50..e4afa9bc 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -6,9 +6,9 @@ version: 2 build: - os: "ubuntu-22.04" + os: "ubuntu-24.04" tools: - python: "mambaforge-22.9" + python: "mambaforge-23.11" jobs: pre_build: - pip install versioneer[toml]==0.29