myshirk commited on
Commit
5f4bfe8
·
verified ·
1 Parent(s): f7d7a98

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -6
requirements.txt CHANGED
@@ -1,6 +1,10 @@
1
- panel
2
- jupyter
3
- transformers
4
- numpy
5
- torch
6
- aiohttp
 
 
 
 
 
1
+ python>=3.10
2
+ panel>=1.4.2
3
+ pandas>=2.2
4
+ boto3>=1.34
5
+ psycopg2-binary>=2.9
6
+ torch>=2.2
7
+ sentence-transformers>=2.2.2
8
+ scipy>=1.11
9
+ numpy>=1.26
10
+ holoviews>=1.18