Skip to content

Commit

Permalink
Pin APSW to a relatively recent version
Browse files Browse the repository at this point in the history
  • Loading branch information
bennybp committed Sep 5, 2024
1 parent 970231b commit c083f00
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion qcarchivetesting/conda-envs/fulltest_qcportal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- pyyaml
- pydantic
- zstandard
- apsw
- apsw>=3.42
- qcelemental<0.70a0
- tabulate
- tqdm
Expand Down
2 changes: 1 addition & 1 deletion qcarchivetesting/conda-envs/fulltest_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- pyyaml
- pydantic
- zstandard
- apsw
- apsw>=3.42
- qcelemental<0.70a0
- tabulate
- tqdm
Expand Down
2 changes: 1 addition & 1 deletion qcarchivetesting/conda-envs/fulltest_snowflake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- pyyaml
- pydantic
- zstandard
- apsw
- apsw>=3.42
- qcelemental<0.70a0
- tabulate
- tqdm
Expand Down
2 changes: 1 addition & 1 deletion qcarchivetesting/conda-envs/fulltest_worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- pyyaml
- pydantic
- zstandard
- apsw
- apsw>=3.42
- qcelemental<0.70a0
- tabulate
- tqdm
Expand Down
2 changes: 1 addition & 1 deletion qcportal/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"pyyaml",
"pydantic",
"zstandard",
"apsw",
"apsw>=3.42",
"qcelemental<0.70a0",
"tabulate",
"tqdm",
Expand Down

0 comments on commit c083f00

Please sign in to comment.