Skip to content

Commit

Permalink
fix openai dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
miltondp committed Dec 21, 2023
1 parent e5ac550 commit 94da76f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
- defaults
dependencies:
- openai>=0.27
- openai==0.28
- pip
- pytest=7.*
- python=3.10.*
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@

setuptools.setup(
name="manubot-ai-editor",
version="0.4.7",
version="0.4.8",
author="Milton Pividori",
author_email="[email protected]",
description="A Manubot plugin to revise a manuscript using GPT-3",
license="BSD-2-Clause Plus Patent",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/greenelab/manubot-ai-editor",
url="https://github.com/manubot/manubot-ai-editor",
package_dir={"": "libs"},
packages=[
"manubot_ai_editor/",
],
python_requires=">=3.10",
install_requires=[
"openai>=0.27",
"openai==0.28",
"pyyaml",
],
classifiers=[
Expand Down

0 comments on commit 94da76f

Please sign in to comment.