Skip to content

Commit

Permalink
fix compatibility issue
Browse files Browse the repository at this point in the history
  • Loading branch information
smyja committed Mar 29, 2023
1 parent 027208d commit 38f695e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
description = fh.read()
setup(
name=NAME,
version='0.1.1',
version='0.1.2',
packages=find_packages(),
url= URL,
license='MIT',
Expand All @@ -21,8 +21,8 @@
install_requires=[
'bs4',
'python-dotenv',
"guardrails-ai",
"gpt_index"
"guardrails-ai==0.1.4",
"gpt-index==0.4.39"
],

)

0 comments on commit 38f695e

Please sign in to comment.