NikosKprl commited on
Commit
79d44c7
·
verified ·
1 Parent(s): 45a47c8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -7
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
- SPARQLWrapper
2
- sentence_transformers
3
- aiohttp
4
- asyncio
5
- openai
6
- beautifulsoup4
7
- fake-useragent
 
 
1
+ numpy==1.26.4
2
+ SPARQLWrapper==2.0.0
3
+ sentence_transformers==3.1.1
4
+ aiohttp==3.9.5
5
+ openai==1.55.3
6
+ httpsx==0.27.2
7
+ beautifulsoup4==4.12.2
8
+ nest_asyncio==1.5.8