Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified ISSR_AI4MH_Yixing_Fan/requirements.txt
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ transformers==4.35.2
torchaudio==2.7.1
librosa==0.10.1
spacy==3.8.7
pandas==2.1.0
pandas>=2.1.1
matplotlib==3.8.0
seaborn==0.13.0
openai-whisper==20240930
Expand Down
2 changes: 1 addition & 1 deletion ISSR_Dark_Web_Domenico_Lacavalla/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ networkx==3.2.1
nltk==3.8.1
numpy~=1.26.4
openTSNE==1.0.1
pandas~=2.2.1
pandas>=2.1.1
requests==2.31.0
scikit-learn==1.4.1.post1
scipy==1.12.0
Expand Down
2 changes: 1 addition & 1 deletion ISSR_Fatigue_detection/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--find-links https://download.pytorch.org/whl/torch_stable.html
opencv-python==4.8.1.78
pandas==2.2.2
pandas>=2.1.1
numpy==1.26.4
ultralytics==8.2.49
torch==1.13.1+cu117
Expand Down
2 changes: 1 addition & 1 deletion ISSR_MIE_Classifier/ISSRMIEclassifier/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pandas>=1.5.0
pandas>=2.1.1
numpy>=1.21.0
scikit-learn>=1.1.0
requests>=2.28.0
Expand Down