Skip to content

Commit 731e2e1

Browse files
committed
added more dependencies in setup.py
1 parent 6b84eee commit 731e2e1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

python/setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,11 @@ class CustomInstallCommand(install):
5858
"mysql-client-core-8.0",
5959
"netcdf-bin",
6060
"libodbcinst2",
61-
# "libprotobuf23",
62-
# "libthrift-0.16.0",
61+
"libprotobuf32",
62+
"libthrift-0.19.0",
63+
"libodbc2",
64+
"libre2-10",
65+
"libutf8proc3",
6366
]
6467

6568
@staticmethod

0 commit comments

Comments
 (0)