@@ -15,7 +15,7 @@ Expyriment depends on the following Python packages:
15
15
Additional Python packages, which are optional and only required for some features of
16
16
Expyriment are:
17
17
18
- * NumPy _ (>=1.6,<2 ) (to use data preprocessing)
18
+ * NumPy _ (>=1.6,<3 ) (to use data preprocessing)
19
19
* mediadecoder _ (>=0.1,<1) (to use enhanced video playback with support for various formats)
20
20
* sounddevice _ (>=0.3,<1) (to use enhanced video playback with support for various formats with audio)
21
21
* PySerial _ (>=3.0,<4) (to use serial port communication)
@@ -67,11 +67,11 @@ Expyriment here:
67
67
68
68
.. _`Python` : https://www.python.org/
69
69
.. _Pygame : https://www.pygame.org/
70
- .. _PyOpenGl : http ://www. pyopengl.sourceforge.net
70
+ .. _PyOpenGl : https ://pyopengl.sourceforge.net/
71
71
.. _sounddevice : https://python-sounddevice.readthedocs.io
72
72
.. _mediadecoder : https://dschreij.github.io/projects/python-mediadecoder
73
- .. _PyParallel : http ://pyserial.sourceforge.net
74
- .. _PySerial : http ://pyserial.sourceforge.net/pyparallel.html
73
+ .. _PyParallel : https ://github.com/pyserial/pyparallel
74
+ .. _PySerial : https ://github.com/pyserial/pyserial
75
75
.. _Numpy : https://numpy.org/
76
76
.. _Requests : https://requests.readthedocs.io/
77
77
.. _`release page` : https://github.com/expyriment/expyriment/releases
0 commit comments