itzbhav commited on
Commit
62f8fe5
·
verified ·
1 Parent(s): 8882732

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -12
requirements.txt CHANGED
@@ -1,12 +1,12 @@
1
- numpy
2
- pandas
3
- matplotlib
4
- seaborn
5
- scikit-learn
6
- torch
7
- torchvision
8
- tensorflow
9
- keras
10
- jupyter
11
- opencv-python
12
- Pillow
 
1
+ numpy>=1.23.0
2
+ pandas>=1.5.0
3
+ matplotlib>=3.5.0
4
+ seaborn>=0.11.0
5
+ scikit-learn>=1.1.0
6
+ torch>=2.0.0
7
+ torchvision>=0.15.0
8
+ tensorflow>=2.11.0
9
+ keras>=2.11.0
10
+ jupyter>=1.0.0
11
+ opencv-python>=4.6.0
12
+ Pillow>=9.3.0