Skip to content

Commit bdd0ecf

Browse files
committed
Add pandas dep.
1 parent 8c0046c commit bdd0ecf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='gpt_code_ui',
10-
version='0.42.35',
10+
version='0.42.36',
1111
description="An Open Source version of ChatGPT Code Interpreter",
1212
long_description=long_description,
1313
long_description_content_type='text/markdown', # This field specifies the format of the `long_description`.
@@ -19,7 +19,8 @@
1919
'requests>=2,<3',
2020
'Flask>=2,<3',
2121
'flask-cors>=3,<4',
22-
'python-dotenv>=0.18,<2'
22+
'python-dotenv>=0.18,<2',
23+
'pandas>=1.3,<2',
2324
],
2425
entry_points={
2526
'console_scripts': [

0 commit comments

Comments
 (0)