Spaces:
Runtime error
Runtime error
mingyang91
commited on
Commit
•
23e0dd4
1
Parent(s):
f4d83d2
remove opencv
Browse files- .idea/workspace.xml +23 -5
- requirements.txt +1 -3
.idea/workspace.xml
CHANGED
@@ -4,9 +4,9 @@
|
|
4 |
<option name="autoReloadType" value="SELECTIVE" />
|
5 |
</component>
|
6 |
<component name="ChangeListManager">
|
7 |
-
<list default="true" id="d7806539-b6d6-42e7-bb45-1565f5d54891" name="Changes" comment="
|
8 |
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
9 |
-
<change beforePath="$PROJECT_DIR$/
|
10 |
</list>
|
11 |
<option name="SHOW_DIALOG" value="false" />
|
12 |
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
@@ -123,7 +123,7 @@
|
|
123 |
<updated>1702301546100</updated>
|
124 |
<workItem from="1702301554378" duration="4025000" />
|
125 |
<workItem from="1702450051021" duration="10065000" />
|
126 |
-
<workItem from="1702476484538" duration="
|
127 |
</task>
|
128 |
<task id="LOCAL-00001" summary="init commit">
|
129 |
<option name="closed" value="true" />
|
@@ -181,7 +181,23 @@
|
|
181 |
<option name="project" value="LOCAL" />
|
182 |
<updated>1702481900196</updated>
|
183 |
</task>
|
184 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
185 |
<servers />
|
186 |
</component>
|
187 |
<component name="TypeScriptGeneratedFilesManager">
|
@@ -205,7 +221,9 @@
|
|
205 |
<MESSAGE value="try to create /.cache folder" />
|
206 |
<MESSAGE value="try to grant user can access `/.cache` folder" />
|
207 |
<MESSAGE value="yolo fire" />
|
208 |
-
<
|
|
|
|
|
209 |
</component>
|
210 |
<component name="com.intellij.coverage.CoverageDataManagerImpl">
|
211 |
<SUITE FILE_PATH="coverage/detector$demo.coverage" NAME="demo Coverage Results" MODIFIED="1702302380580" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
|
|
|
4 |
<option name="autoReloadType" value="SELECTIVE" />
|
5 |
</component>
|
6 |
<component name="ChangeListManager">
|
7 |
+
<list default="true" id="d7806539-b6d6-42e7-bb45-1565f5d54891" name="Changes" comment="add test image">
|
8 |
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
9 |
+
<change beforePath="$PROJECT_DIR$/requirements.txt" beforeDir="false" afterPath="$PROJECT_DIR$/requirements.txt" afterDir="false" />
|
10 |
</list>
|
11 |
<option name="SHOW_DIALOG" value="false" />
|
12 |
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
|
123 |
<updated>1702301546100</updated>
|
124 |
<workItem from="1702301554378" duration="4025000" />
|
125 |
<workItem from="1702450051021" duration="10065000" />
|
126 |
+
<workItem from="1702476484538" duration="5439000" />
|
127 |
</task>
|
128 |
<task id="LOCAL-00001" summary="init commit">
|
129 |
<option name="closed" value="true" />
|
|
|
181 |
<option name="project" value="LOCAL" />
|
182 |
<updated>1702481900196</updated>
|
183 |
</task>
|
184 |
+
<task id="LOCAL-00008" summary="set default conf to 60">
|
185 |
+
<option name="closed" value="true" />
|
186 |
+
<created>1702481939875</created>
|
187 |
+
<option name="number" value="00008" />
|
188 |
+
<option name="presentableId" value="LOCAL-00008" />
|
189 |
+
<option name="project" value="LOCAL" />
|
190 |
+
<updated>1702481939875</updated>
|
191 |
+
</task>
|
192 |
+
<task id="LOCAL-00009" summary="add test image">
|
193 |
+
<option name="closed" value="true" />
|
194 |
+
<created>1702481955817</created>
|
195 |
+
<option name="number" value="00009" />
|
196 |
+
<option name="presentableId" value="LOCAL-00009" />
|
197 |
+
<option name="project" value="LOCAL" />
|
198 |
+
<updated>1702481955817</updated>
|
199 |
+
</task>
|
200 |
+
<option name="localTasksCounter" value="10" />
|
201 |
<servers />
|
202 |
</component>
|
203 |
<component name="TypeScriptGeneratedFilesManager">
|
|
|
221 |
<MESSAGE value="try to create /.cache folder" />
|
222 |
<MESSAGE value="try to grant user can access `/.cache` folder" />
|
223 |
<MESSAGE value="yolo fire" />
|
224 |
+
<MESSAGE value="set default conf to 60" />
|
225 |
+
<MESSAGE value="add test image" />
|
226 |
+
<option name="LAST_COMMIT_MESSAGE" value="add test image" />
|
227 |
</component>
|
228 |
<component name="com.intellij.coverage.CoverageDataManagerImpl">
|
229 |
<SUITE FILE_PATH="coverage/detector$demo.coverage" NAME="demo Coverage Results" MODIFIED="1702302380580" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
|
requirements.txt
CHANGED
@@ -4,7 +4,7 @@ anyio==3.7.1
|
|
4 |
attrs==23.1.0
|
5 |
blinker==1.7.0
|
6 |
cachetools==5.3.2
|
7 |
-
certifi==2023.
|
8 |
chardet==4.0.0
|
9 |
charset-normalizer==3.3.2
|
10 |
click==8.1.7
|
@@ -35,8 +35,6 @@ mdurl==0.1.2
|
|
35 |
mpmath==1.3.0
|
36 |
networkx==3.2.1
|
37 |
numpy==1.26.2
|
38 |
-
opencv-python==4.7.0.72
|
39 |
-
opencv-python-headless==4.8.0.74
|
40 |
packaging==23.2
|
41 |
pandas==2.1.4
|
42 |
Pillow==10.1.0
|
|
|
4 |
attrs==23.1.0
|
5 |
blinker==1.7.0
|
6 |
cachetools==5.3.2
|
7 |
+
certifi==2023.7.22
|
8 |
chardet==4.0.0
|
9 |
charset-normalizer==3.3.2
|
10 |
click==8.1.7
|
|
|
35 |
mpmath==1.3.0
|
36 |
networkx==3.2.1
|
37 |
numpy==1.26.2
|
|
|
|
|
38 |
packaging==23.2
|
39 |
pandas==2.1.4
|
40 |
Pillow==10.1.0
|