Skip to content

Commit

Permalink
add pandas and numpy as dependencies to nnpdf_data
Browse files Browse the repository at this point in the history
  • Loading branch information
Radonirinaunimi committed Jun 4, 2024
1 parent d8c8f26 commit 4b86154
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nnpdf_data/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ include = [
[tool.poetry.dependencies]
python = "^3.9"
"ruamel.yaml" = "<0.18"
pandas = "*"
numpy = "*"

[tool.poetry.extras]
filter_files_dependencies = ["openpyxl",]
Expand Down

0 comments on commit 4b86154

Please sign in to comment.