aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 000000000..65380e93b
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,13 @@
+# Build dependencies
+setuptools==69.1.1
+packaging==23.2
+build==1.0.3
+wheel==0.42.0
+distro==1.9.0; sys_platform == 'linux'
+patchelf==0.17.2; sys_platform == 'linux'
+# 1.24.4 is the last version that supports Python 3.8
+numpy<1.25; python_version < '3.9'
+numpy==1.26.3; python_version >= '3.9'
+
+# For examples
+PyOpenGL