-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathrequirements.windows.txt
More file actions
27 lines (19 loc) · 1.1 KB
/
requirements.windows.txt
File metadata and controls
27 lines (19 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#! Python3.8
numpy==1.21.6 # Installing NumPy, a package for scientific computing
# Pillow-SIMD>=4.0.0 # Installing Pillow (SIMD), an optimised Python Image Library
Pillow>=4.0.0 # Installing Pillow, a Python Image Library
# This is only for Python 3.6 - 3.9. For anything else we will need to build our
# own wheels.
--extra-index-url https://google-coral.github.io/py-repo/
tflite-runtime==2.5.0.post1 # Installing Tensorflow Lite
--extra-index-url https://google-coral.github.io/py-repo/
pycoral~=2.0 # Installing PyCoral
# For just tensorflow lite, versions 2.11 - 2.13 can be found at
# https://github.com/NexelOfficial/tflite-runtime-win. Note these are only for
# Python 3.11 and do not include Coral support.
# Or...Tensorflow 2.10 was the last version that supported GPU on windows. We
# avoid downloading the full TFLite on Windows due to the size. (not tested)
# tensorflow==2.10 # Installing Tensorflow
# Coral example has numpy>=1.16.0, but this works
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
# last line empty