requirements.txt 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. name: fots_ocr
  2. channels:
  3. - defaults
  4. dependencies:
  5. - _libgcc_mutex=0.1=main
  6. - _openmp_mutex=5.1=1_gnu
  7. - ca-certificates=2023.05.30=h06a4308_0
  8. - certifi=2021.5.30=py36h06a4308_0
  9. - ld_impl_linux-64=2.38=h1181459_1
  10. - libffi=3.3=he6710b0_2
  11. - libgcc-ng=11.2.0=h1234567_1
  12. - libgomp=11.2.0=h1234567_1
  13. - libstdcxx-ng=11.2.0=h1234567_1
  14. - ncurses=6.4=h6a678d5_0
  15. - openssl=1.1.1v=h7f8727e_0
  16. - pip=21.2.2=py36h06a4308_0
  17. - python=3.6.13=h12debd9_1
  18. - readline=8.2=h5eee18b_0
  19. - setuptools=58.0.4=py36h06a4308_0
  20. - sqlite=3.41.2=h5eee18b_0
  21. - tk=8.6.12=h1ccaba5_0
  22. - wheel=0.37.1=pyhd3eb1b0_0
  23. - xz=5.4.2=h5eee18b_0
  24. - zlib=1.2.13=h5eee18b_0
  25. - pip:
  26. - absl-py==1.4.0
  27. - astor==0.8.1
  28. - charset-normalizer==2.0.12
  29. - dataclasses==0.8
  30. - gast==0.2.2
  31. - google-pasta==0.2.0
  32. - grpcio==1.48.2
  33. - h5py==2.10.0
  34. - idna==3.4
  35. - importlib-metadata==4.8.3
  36. - joblib==1.1.1
  37. - keras-applications==1.0.8
  38. - keras-preprocessing==1.1.2
  39. - llvmlite==0.36.0
  40. - markdown==3.3.7
  41. - numba==0.53.1
  42. - numpy==1.18.5
  43. - opencv-python==3.2.0.8
  44. - opt-einsum==3.3.0
  45. - pillow==8.4.0
  46. - protobuf==3.6.1
  47. - requests==2.27.1
  48. - scikit-learn==0.24.2
  49. - scipy==1.5.4
  50. - shapely==1.8.5.post1
  51. - six==1.16.0
  52. - tensorboard==1.15.0
  53. - tensorflow-estimator==1.15.1
  54. - tensorflow-gpu==1.15.5
  55. - termcolor==1.1.0
  56. - threadpoolctl==3.1.0
  57. - typing-extensions==4.1.1
  58. - urllib3==1.26.16
  59. - werkzeug==2.0.3
  60. - wrapt==1.15.0
  61. - zipp==3.6.0
  62. prefix: /root/miniconda3/envs/fots_ocr