From c083f00c6bda9b08a129c45b35902dd1a0505eb9 Mon Sep 17 00:00:00 2001 From: Benjamin Pritchard Date: Thu, 5 Sep 2024 05:02:22 -0400 Subject: [PATCH] Pin APSW to a relatively recent version --- qcarchivetesting/conda-envs/fulltest_qcportal.yaml | 2 +- qcarchivetesting/conda-envs/fulltest_server.yaml | 2 +- qcarchivetesting/conda-envs/fulltest_snowflake.yaml | 2 +- qcarchivetesting/conda-envs/fulltest_worker.yaml | 2 +- qcportal/pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/qcarchivetesting/conda-envs/fulltest_qcportal.yaml b/qcarchivetesting/conda-envs/fulltest_qcportal.yaml index 5feedf2d6..0ab7545a0 100644 --- a/qcarchivetesting/conda-envs/fulltest_qcportal.yaml +++ b/qcarchivetesting/conda-envs/fulltest_qcportal.yaml @@ -11,7 +11,7 @@ dependencies: - pyyaml - pydantic - zstandard - - apsw + - apsw>=3.42 - qcelemental<0.70a0 - tabulate - tqdm diff --git a/qcarchivetesting/conda-envs/fulltest_server.yaml b/qcarchivetesting/conda-envs/fulltest_server.yaml index dceb74bdf..83eda7fbb 100644 --- a/qcarchivetesting/conda-envs/fulltest_server.yaml +++ b/qcarchivetesting/conda-envs/fulltest_server.yaml @@ -15,7 +15,7 @@ dependencies: - pyyaml - pydantic - zstandard - - apsw + - apsw>=3.42 - qcelemental<0.70a0 - tabulate - tqdm diff --git a/qcarchivetesting/conda-envs/fulltest_snowflake.yaml b/qcarchivetesting/conda-envs/fulltest_snowflake.yaml index aa0fe8c48..7763d0f26 100644 --- a/qcarchivetesting/conda-envs/fulltest_snowflake.yaml +++ b/qcarchivetesting/conda-envs/fulltest_snowflake.yaml @@ -15,7 +15,7 @@ dependencies: - pyyaml - pydantic - zstandard - - apsw + - apsw>=3.42 - qcelemental<0.70a0 - tabulate - tqdm diff --git a/qcarchivetesting/conda-envs/fulltest_worker.yaml b/qcarchivetesting/conda-envs/fulltest_worker.yaml index cd0ea2e0b..1551ed8da 100644 --- a/qcarchivetesting/conda-envs/fulltest_worker.yaml +++ b/qcarchivetesting/conda-envs/fulltest_worker.yaml @@ -14,7 +14,7 @@ dependencies: - pyyaml - pydantic - zstandard - - apsw + - apsw>=3.42 - qcelemental<0.70a0 - tabulate - tqdm diff --git a/qcportal/pyproject.toml b/qcportal/pyproject.toml index 5b3db3028..d28f24cb9 100644 --- a/qcportal/pyproject.toml +++ b/qcportal/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "pyyaml", "pydantic", "zstandard", - "apsw", + "apsw>=3.42", "qcelemental<0.70a0", "tabulate", "tqdm",