summary refs log tree commit diff
path: root/pkgs/applications/audio/friture/unlock_constraints.patch
blob: ab53f948a485816704f0ca6668b7aaf4e09cf6a2 (plain) (blame)
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
28
29
30
31
32
33
34
diff --git a/setup.py b/setup.py
index f31eeec..ac0927b 100644
--- a/setup.py
+++ b/setup.py
@@ -50,19 +50,19 @@ ext_modules = [LateIncludeExtension("friture_extensions.exp_smoothing_conv",
 # these will be installed when calling 'pip install friture'
 # they are also retrieved by 'requirements.txt'
 install_requires = [
-    "sounddevice==0.3.14",
-    "rtmixer==0.1.0",
-    "PyOpenGL==3.1.4",
-    "PyOpenGL-accelerate==3.1.4",
-    "docutils==0.15.2",
-    "numpy==1.17.4",
-    "PyQt5==5.13.2",
-    "appdirs==1.4.3",
-    "pyrr==0.10.3",
+    "sounddevice>=0.3.14",
+    "rtmixer>=0.1.0",
+    "PyOpenGL>=3.1.4",
+    "PyOpenGL-accelerate>=3.1.4",
+    "docutils>=0.15.2",
+    "numpy>=1.17.4",
+    "PyQt5>=5.13.2",
+    "appdirs>=1.4.3",
+    "pyrr>=0.10.3",
 ]
 
 # Cython and numpy are needed when running setup.py, to build extensions
-setup_requires=["numpy==1.17.4", "Cython==0.29.14"]
+setup_requires=["numpy>=1.17.4", "Cython>=0.29.14"]
 
 with open(join(dirname(__file__), 'README.rst')) as f:
     long_description = f.read()