Julien Ajdenbaum commited on
Commit
026e6e6
·
1 Parent(s): d99c180

requirements compatibility corrected

Browse files
Files changed (2) hide show
  1. .idea/BaldnessDetector.iml +1 -0
  2. requirements.txt +6 -6
.idea/BaldnessDetector.iml CHANGED
@@ -8,6 +8,7 @@
8
  <orderEntry type="sourceFolder" forTests="false" />
9
  </component>
10
  <component name="PackageRequirementsSettings">
 
11
  <option name="removeUnused" value="true" />
12
  </component>
13
  </module>
 
8
  <orderEntry type="sourceFolder" forTests="false" />
9
  </component>
10
  <component name="PackageRequirementsSettings">
11
+ <option name="versionSpecifier" value="Don't specify version" />
12
  <option name="removeUnused" value="true" />
13
  </component>
14
  </module>
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- gradio==3.41.0
2
- matplotlib~=3.3.4
3
- mediapipe~=0.10.7
4
- numpy~=1.20.1
5
- opencv-python~=4.8.1.78
6
- keras~=2.10.0
 
1
+ gradio
2
+ matplotlib
3
+ mediapipe
4
+ numpy
5
+ opencv-python
6
+ keras