aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 000000000..9c25886ec
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,11 @@
+numpy==1.16.6; python_version < '3'
+# numpy; python_version >= '3', installed in coin_*_instructions.py atm
+# see https://tinyurl.com/y3dm3h86 for details
+# setuptools from v45+ removed the support for Python 2, so we pin an old release
+setuptools==44.0.0; python_version < '3'
+setuptools; python_version >= '3'
+sphinx
+six
+wheel>=0.35
+PyOpenGL
+pyinstaller==3.6