Hello,
I am trying to run Psychopy 2023.2.3. When I download the standalone, it downloads pandas 2.0.2 and openpyxl 3.0.5. However, this version of openpyxl is too low compared to what pandas needs ( > 3.0.7). We tried many options but one thing we realised while on GitHub is that the pyproject.toml specifies “pandas>=1.5.3” but does not specify an openpyxl version. This may be why it’s downloading a higher version of pandas and a lower version of openpyxl. If this is correct, can a developer pls go in and fix this so that a more updated openpyxl is downloaded when using the standalone.
Thank you!