Skip to content

Commit

Permalink
Merge pull request #146 from nordic-institute/OPMONDEV-187-freeze-pyd…
Browse files Browse the repository at this point in the history
…yf-version

fix: Freeze pydyf's version in dependencies to fix reports during runtime
  • Loading branch information
melbeltagy authored Nov 5, 2024
2 parents b80e2cd + d0b1d74 commit ecf6c5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ updates:
- dependency-name: "pyparsing"
versions:
- ">= 3.2.0"
- dependency-name: "pydyf"
versions:
- ">= 0.11.0"

- package-ecosystem: "github-actions"
directory: "/.github/workflows"
Expand Down
1 change: 1 addition & 0 deletions reports_module/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
'numpy==1.24.4',
'contourpy==1.1.1',
'pyparsing==3.1.4',
'pydyf==0.10.0',
]

classifiers = [
Expand Down

0 comments on commit ecf6c5a

Please sign in to comment.