Skip to content

Commit

Permalink
Use specific disk-objectstore version from branch
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Feb 2, 2025
1 parent d4f15b1 commit 978951e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
'circus~=0.18.0',
'click-spinner~=0.1.8',
'click~=8.1',
'disk-objectstore~=1.2',
'disk-objectstore',
'docstring-parser',
'get-annotations~=0.1;python_version<"3.10"',
'graphviz~=0.19',
Expand Down Expand Up @@ -521,3 +521,6 @@ commands = molecule {posargs:test}
# .github/actions/install-aiida-core/action.yml
# .readthedocs.yml
required-version = ">=0.5.21"

[tool.uv.sources]
disk-objectstore = {git = "https://github.com/aiidateam/disk-objectstore", branch = "fix-open-session"}
10 changes: 3 additions & 7 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 978951e

Please sign in to comment.