WebashalarForML commited on
Commit
217e8a1
·
verified ·
1 Parent(s): e408c01

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -23,8 +23,8 @@ MarkupSafe==2.1.5
23
  matplotlib
24
  msgpack==1.0.5
25
  networkx==2.6.3
26
- numpy
27
- numba==0.48.0 # <--- Pin numba to a compatible version
28
  oauthlib==3.2.2
29
  mkl-service==2.4.0
30
  opencv-contrib-python==4.11.0.86
 
23
  matplotlib
24
  msgpack==1.0.5
25
  networkx==2.6.3
26
+ numpy==1.22.4 # <--- PIN NUMPY HERE
27
+ numba==0.56.4
28
  oauthlib==3.2.2
29
  mkl-service==2.4.0
30
  opencv-contrib-python==4.11.0.86