dsk129 commited on
Commit
d6b6971
·
verified ·
1 Parent(s): 00784ea

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -10
requirements.txt CHANGED
@@ -1,10 +1,7 @@
1
- torch
2
- torch.nn.functional
3
- transformers
4
- gradio
5
- matplotlib
6
- pandas
7
- sklearn.decomposition
8
- sklearn.manifold
9
- Bio
10
- io
 
1
+ torch>=1.13.0
2
+ transformers>=4.38.0
3
+ gradio>=4.0
4
+ scikit-learn>=1.2.0
5
+ biopython>=1.79
6
+ matplotlib>=3.5.0
7
+ pandas>=1.3.0