We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63f2239 + 44fe8e5 commit 103f4ddCopy full SHA for 103f4dd
scripts/install_dependencies.py
@@ -6,7 +6,7 @@
6
7
py_version = str(sys.version_info[0])+str(sys.version_info[1])
8
malt_dependencies_path = os.path.join(malt_folder, '.Dependencies-{}'.format(py_version))
9
-dependencies = ['glfw', 'PyOpenGL', 'PyOpenGL_accelerate', 'Pyrr', 'psutil']
+dependencies = ['glfw', 'PyOpenGL==3.1.5', 'PyOpenGL_accelerate==3.1.5', 'Pyrr', 'psutil']
10
for dependency in dependencies:
11
try:
12
subprocess.check_call([sys.executable, '-m', 'pip', 'install', dependency, '--target', malt_dependencies_path])
0 commit comments