We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa706c commit 5e1529eCopy full SHA for 5e1529e
.github/workflows/docs.yml
@@ -26,6 +26,8 @@ jobs:
26
run: |
27
sudo apt-get update
28
sudo apt-get install -y graphviz
29
+ sudo apt-get install -y build-essential
30
+ sudo apt-get install -y libgtk-3-dev
31
32
- name: Install Python dependencies
33
requirements.txt
@@ -1,7 +1,7 @@
1
numpy>=1.18,<=1.23
2
scipy>=1.3.0
3
pandas>=1.0.3
4
-psychopy>=2020.1.2
+psychopy==2020.1.2
5
pyserial>=3.4
6
matplotlib>=3.3.3
7
seaborn>=0.11.1
0 commit comments