Skip to content

Commit 5982232

Browse files
committed
fix: missing dependency
1 parent 6dcc052 commit 5982232

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ license = "MIT"
99
python = ">3.8,<3.11"
1010
lxml = "^4.9.1"
1111
pyreadr = "^0.4.7"
12+
pandas = "^1.5.0"
13+
numpy = "^1.23.3"
1214

1315
[tool.poetry.dev-dependencies]
1416
pytest = "^7.1.3"

0 commit comments

Comments
 (0)