Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlehoff committed Mar 21, 2024
1 parent 572dcd4 commit 72e9200
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 39 deletions.
105 changes: 67 additions & 38 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ rich = "^12.5.1"
click = "^8.0.4"
tomli = "^2.0.1"
nnpdf = { git = "https://github.com/NNPDF/nnpdf", optional = true}
lhapdf-management = { version = "^0.5", optional = true }

[tool.poetry.group.docs]
optional = true
Expand All @@ -59,7 +60,7 @@ ipython = "^8.0"

[tool.poetry.extras]
docs = ["sphinx", "sphinx-rtd-theme", "sphinxcontrib-bibtex"]
nnpdf = ["nnpdf"]
nnpdf = ["nnpdf", "lhapdf-management"]

[tool.poetry.scripts]
pineko = "pineko:command"
Expand Down

0 comments on commit 72e9200

Please sign in to comment.