Skip to content

Commit 748da65

Browse files
committed
Add analysis libraries to requirements.txt for full env support
1 parent 7c239cc commit 748da65

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
PySimpleGUI>=4.60.0
22
transformers>=4.20.0
33
torch>=1.12.0
4+
# Data analysis / plotting
5+
pandas>=1.5.0
6+
numpy>=1.23.0
7+
matplotlib>=3.5.0
8+
seaborn>=0.12.0
9+
psutil>=5.9.0
410
sentencepiece>=0.1.99

0 commit comments

Comments
 (0)