Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
atraining authored Sep 20, 2023
1 parent e0b819c commit dd81b8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"python-dotenv>=1.0.0",
"gpt-2-simple",
"alt-profanity-check>=1.2.2",
"sentencepiece=0.1.99",
"datasets=2.13.1",
"accelerate=0.20.3",
"scikit-learn=1.2.2",
"sentencepiece==0.1.99",
"datasets==2.13.1",
"accelerate==0.20.3",
"scikit-learn==1.2.2",
],
author="Konfuzio",
description="A challenge for Python developers to create AI agents that tell and rate jokes.",
Expand Down

0 comments on commit dd81b8a

Please sign in to comment.