Browse Source

update: add requirements.txt

zbc 1 year ago
parent
commit
cf080e7763
1 changed files with 62 additions and 0 deletions
  1. 62 0
      code_ocr/requirements.txt

+ 62 - 0
code_ocr/requirements.txt

@@ -0,0 +1,62 @@
+name: fots_ocr
+channels:
+  - defaults
+dependencies:
+  - _libgcc_mutex=0.1=main
+  - _openmp_mutex=5.1=1_gnu
+  - ca-certificates=2023.05.30=h06a4308_0
+  - certifi=2021.5.30=py36h06a4308_0
+  - ld_impl_linux-64=2.38=h1181459_1
+  - libffi=3.3=he6710b0_2
+  - libgcc-ng=11.2.0=h1234567_1
+  - libgomp=11.2.0=h1234567_1
+  - libstdcxx-ng=11.2.0=h1234567_1
+  - ncurses=6.4=h6a678d5_0
+  - openssl=1.1.1v=h7f8727e_0
+  - pip=21.2.2=py36h06a4308_0
+  - python=3.6.13=h12debd9_1
+  - readline=8.2=h5eee18b_0
+  - setuptools=58.0.4=py36h06a4308_0
+  - sqlite=3.41.2=h5eee18b_0
+  - tk=8.6.12=h1ccaba5_0
+  - wheel=0.37.1=pyhd3eb1b0_0
+  - xz=5.4.2=h5eee18b_0
+  - zlib=1.2.13=h5eee18b_0
+  - pip:
+    - absl-py==1.4.0
+    - astor==0.8.1
+    - charset-normalizer==2.0.12
+    - dataclasses==0.8
+    - gast==0.2.2
+    - google-pasta==0.2.0
+    - grpcio==1.48.2
+    - h5py==2.10.0
+    - idna==3.4
+    - importlib-metadata==4.8.3
+    - joblib==1.1.1
+    - keras-applications==1.0.8
+    - keras-preprocessing==1.1.2
+    - llvmlite==0.36.0
+    - markdown==3.3.7
+    - numba==0.53.1
+    - numpy==1.18.5
+    - opencv-python==3.2.0.8
+    - opt-einsum==3.3.0
+    - pillow==8.4.0
+    - protobuf==3.6.1
+    - requests==2.27.1
+    - scikit-learn==0.24.2
+    - scipy==1.5.4
+    - shapely==1.8.5.post1
+    - six==1.16.0
+    - tensorboard==1.15.0
+    - tensorflow-estimator==1.15.1
+    - tensorflow-gpu==1.15.5
+    - termcolor==1.1.0
+    - threadpoolctl==3.1.0
+    - typing-extensions==4.1.1
+    - urllib3==1.26.16
+    - werkzeug==2.0.3
+    - wrapt==1.15.0
+    - zipp==3.6.0
+prefix: /root/miniconda3/envs/fots_ocr