Skip to content

Commit

Permalink
fixed setup.py bug (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartBakler authored Feb 5, 2024
1 parent 11d1b09 commit d7d810c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,11 @@
"botocore==1.33.1",
# Add any additional dependencies for the optional feature here
],
},
extras_require={
'together_ai': [
"together==0.2.11",
# Add any additional dependencies for the optional feature here
],
}
]
},
classifiers=[
'Development Status :: 3 - Alpha',
# Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package
Expand Down

0 comments on commit d7d810c

Please sign in to comment.