Skip to content

Commit d7d810c

Browse files
authored
fixed setup.py bug (#132)
1 parent 11d1b09 commit d7d810c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,11 @@
3030
"botocore==1.33.1",
3131
# Add any additional dependencies for the optional feature here
3232
],
33-
},
34-
extras_require={
3533
'together_ai': [
3634
"together==0.2.11",
3735
# Add any additional dependencies for the optional feature here
38-
],
39-
}
36+
]
37+
},
4038
classifiers=[
4139
'Development Status :: 3 - Alpha',
4240
# Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package

0 commit comments

Comments
 (0)