We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a9f279 commit 9eea35bCopy full SHA for 9eea35b
3 files changed
.readthedocs.yml
@@ -18,6 +18,7 @@ build:
18
apt_packages:
19
- python3-gst-1.0
20
- python3-numpy
21
+ - python3-scipy
22
- gstreamer1.0-plugins-good
23
- gstreamer1.0-plugins-ugly
24
- gstreamer1.0-plugins-bad
requirements-debian.txt
@@ -4,6 +4,8 @@ python3-pip
4
5
# Legacy decoders and encoders need Gstreamer
6
python3-gst-1.0
7
+python3-scipy
8
+python3-numpy
9
gstreamer1.0-plugins-good
10
#gstreamer1.0-gnonlin
11
gstreamer1.0-plugins-ugly
requirements.txt
@@ -141,7 +141,6 @@ rsa==4.0
141
ruamel.yaml==0.16.10
142
ruamel.yaml.clib==0.2.0
143
scikit-learn==0.22.1
144
-scipy==1.4.1
145
SecretStorage==2.3.1
146
Send2Trash==1.5.0
147
simplejson==3.17.0
0 commit comments