timflash commited on
Commit
b6859e8
·
verified ·
1 Parent(s): 56caa41

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -20
requirements.txt CHANGED
@@ -1,20 +1,20 @@
1
- gradio
2
- pandas
3
- numpy
4
- scipy
5
- matplotlib
6
- yasa
7
- mne
8
- antropy
9
- hmmlearn
10
- scikit-learn
11
- langchain
12
- langchain-google-genai
13
- google-generativeai
14
- langchain-community
15
- langchain-huggingface
16
- faiss-cpu
17
- python-dotenv
18
- pillow
19
- pypdf
20
- sentence-transformers
 
1
+ gradio==5.49.1
2
+ pandas==2.3.3
3
+ numpy==2.3.4
4
+ scipy==1.16.2
5
+ matplotlib==3.10.7
6
+ yasa==0.6.5
7
+ mne==1.10.2
8
+ antropy==0.1.9
9
+ hmmlearn==0.3.3
10
+ scikit-learn==1.7.2
11
+ langchain==0.3.27
12
+ langchain-google-genai==2.0.10
13
+ google-generativeai==0.8.5
14
+ langchain-community==0.3.31
15
+ langchain-huggingface==0.3.1
16
+ faiss-cpu==1.12.0
17
+ python-dotenv==1.1.1
18
+ pillow==11.3.0
19
+ pypdf==6.1.1
20
+ sentence-transformers==5.1.1