Skip to content

Commit

Permalink
remove asyncio
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Dec 6, 2024
1 parent 6436881 commit 1a1a830
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#torch>=2.1.1,<3.0
#transformers #>=4.39.0,<5.0.0
asyncio>=3.4.3,<4.0

#Syntax error in module 'main': invalid syntax (base_events.py, line 296)
#  File "/var/lang/lib/python3.11/site-packages/asyncio/base_events.py" Line 296
#            future = tasks.async(future, loop=self)
#asyncio>=3.4.3,<4.0 https://stackoverflow.com/questions/59546682/aws-lambda-not-importing-asyncio
#langchain-community==0.0.29
#langchain-experimental==0.0.55
backoff
Expand Down

0 comments on commit 1a1a830

Please sign in to comment.