SeoJunn commited on
Commit
47d299d
1 Parent(s): 13e327f

CHORE : refactor module

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
- torch==2.1.0
2
  transformers==4.32.1
3
- tensorflow==2.13.0
4
  numpy==1.24.3
5
  matplotlib==3.7.2
6
  Pillow==9.4.0
7
- typing_extensions==4.8.0
 
 
 
 
1
  transformers==4.32.1
 
2
  numpy==1.24.3
3
  matplotlib==3.7.2
4
  Pillow==9.4.0
5
+ tensorflow==2.13.0
6
+ torch==2.1.0
7
+ typing-extensions==3.10.0.0