Skip to content

Commit fa8ed28

Browse files
committed
add pandas to requirements in pyproject.toml
1 parent 11a5ac8 commit fa8ed28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ license = "BSD-3-Clause OR LicenseRef-OSMC-PL-1.2 OR GPL-3.0-only"
1717
requires-python = ">=3.10"
1818
dependencies = [
1919
"numpy",
20+
"pandas",
2021
"psutil",
2122
"pyparsing",
2223
"pyzmq",

0 commit comments

Comments
 (0)