File friture-depversions.patch of Package friture
Index: friture-0.41/setup.py
===================================================================
--- friture-0.41.orig/setup.py
+++ friture-0.41/setup.py
@@ -181,19 +181,19 @@ ext_modules = [LateIncludeExtension("fri
# these will be installed when calling 'pip install friture'
# they are also retrieved by 'requirements.txt'
install_requires = [
- "sounddevice==0.3.10",
- "rtmixer==0.1.0",
- "PyOpenGL==3.1.0",
- "PyOpenGL-accelerate==3.1.0",
- "docutils==0.14",
- "numpy==1.16.2",
- "PyQt5==5.10.1",
- "appdirs==1.4.3",
- "pyrr==0.9.2",
+ "sounddevice>=0.3.10",
+ "rtmixer>=0.1.0",
+ "PyOpenGL>=3.1.0",
+ "PyOpenGL-accelerate>=3.1.0",
+ "docutils>=0.14",
+ "numpy>=1.16.2",
+ "PyQt5>=5.10.1",
+ "appdirs>=1.4.3",
+ "pyrr>=0.9.2",
]
# Cython and numpy are needed when running setup.py, to build extensions
-setup_requires=["numpy==1.16.2", "Cython==0.27.3"]
+setup_requires=["numpy>=1.16.2", "Cython>=0.27.3"]
if py2app_build:
setup_requires.append("py2app")