Skip to content

Commit

Permalink
Fix poetry and relock
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Jul 24, 2023
1 parent aaf19a2 commit 713dd98
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 27 deletions.
86 changes: 61 additions & 25 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ smpl_io = "*"
smpl_doc = "*"
smpl_util= "*"
iminuit = "*"
#feynml = {version = ">=0.2.8", extras = ["interfaces"]}
feynml= {path= "../feynml", develop = true, extras = ["interfaces"]}
feynml = {version = ">=0.2.10", extras = ["interfaces"]}
#feynml= {path= "../feynml", develop = true, extras = ["interfaces"]}

[tool.poetry.scripts]
mkfeyndiag = "pyfeyn2.mkfeyndiag:main"
Expand Down

0 comments on commit 713dd98

Please sign in to comment.