prasanth.thangavel commited on
Commit
0ad7509
1 Parent(s): bb6834b

Add specific version of pandas and numpy

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  fastai==2.7.12
2
  torch==2.0.1
3
  gradio==3.33.1
4
- numpy
5
- pandas
 
1
  fastai==2.7.12
2
  torch==2.0.1
3
  gradio==3.33.1
4
+ numpy==1.24.3
5
+ pandas==1.5.3