Skip to content

Commit aebdcaf

Browse files
authored
Update Installation.rst
1 parent 69395c5 commit aebdcaf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Installation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Expyriment depends on the following Python packages:
1515
Additional Python packages, which are optional and only required for some features of
1616
Expyriment are:
1717

18-
* NumPy_ (>=1.6,<2) (to use data preprocessing)
18+
* NumPy_ (>=1.6,<3) (to use data preprocessing)
1919
* mediadecoder_ (>=0.1,<1) (to use enhanced video playback with support for various formats)
2020
* sounddevice_ (>=0.3,<1) (to use enhanced video playback with support for various formats with audio)
2121
* PySerial_ (>=3.0,<4) (to use serial port communication)
@@ -67,11 +67,11 @@ Expyriment here:
6767

6868
.. _`Python`: https://www.python.org/
6969
.. _Pygame: https://www.pygame.org/
70-
.. _PyOpenGl: http://www.pyopengl.sourceforge.net
70+
.. _PyOpenGl: https://pyopengl.sourceforge.net/
7171
.. _sounddevice: https://python-sounddevice.readthedocs.io
7272
.. _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
7575
.. _Numpy: https://numpy.org/
7676
.. _Requests: https://requests.readthedocs.io/
7777
.. _`release page`: https://github.com/expyriment/expyriment/releases

0 commit comments

Comments
 (0)