Skip to content

Commit

Permalink
add specific version of openai to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lyliyu committed Nov 14, 2023
1 parent f80c25c commit 05817bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ python-dateutil==2.8.1
scipy==1.7.1
six==1.15.0
coverage
openai==0.27.8
langchain==0.0.317
llama-index==0.8.61
pypdf>=3.17.0
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ def read(fname):
author="Databricks",
packages=find_packages(exclude=['tests', 'tests.*', 'data', 'data.*', 'notebook', 'notebook.*']),
install_requires=[
'python-dateutil'
'python-dateutil',
'openai==0.27.8'
],
description='feature factory',
long_description=read('README.md'),
Expand Down

0 comments on commit 05817bf

Please sign in to comment.