Skip to content

Commit

Permalink
python and ruamel.yaml as nnpdf_data dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
comane committed Mar 13, 2024
1 parent 255e7a0 commit 7a91260
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion nnpdf_data/nnpdf_data/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from functools import lru_cache
import pathlib

from reportengine.compat import yaml
import ruamel.yaml as yaml


path_vpdata = pathlib.Path(__file__).parent
path_commondata = path_vpdata / "new_commondata"
Expand Down
2 changes: 1 addition & 1 deletion nnpdf_data/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repository = "https://github.com/NNPDF/nnpdf_data"

[tool.poetry.dependencies]
python = "^3.9"
reportengine = { git = "https://github.com/NNPDF/reportengine" }
"ruamel.yaml" = "<0.18"


# Optional dependencies
Expand Down

0 comments on commit 7a91260

Please sign in to comment.