Skip to content

Commit

Permalink
yadg version etc. (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Kraus authored Aug 30, 2022
1 parent 8beb8ad commit 5673145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"toml",
"pyyaml",
"psutil",
"yadg>=4.1",
"yadg>=4.2<5.0",
"dgbowl_schemas>=108",
"filelock",
],
Expand Down
2 changes: 1 addition & 1 deletion src/tomato/drivers/yadg_funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
def get_yadg_preset(method: list[dict], pipeline: dict) -> dict:
preset = {
"metadata": {
"version": "4.1.1",
"version": "4.2",
"provenance": {"type": "tomato"},
"timezone": "localtime",
},
Expand Down

0 comments on commit 5673145

Please sign in to comment.