repo2docker/tests/venv/numpy
Min RK fbab2cd330
actually change the default Python version to 3.10
this default lives too many places!
2023-02-08 13:25:45 +01:00
..
README.rst improving readmes for tests 2018-04-24 17:14:01 -07:00
requirements.txt Add integration tests! 2017-07-29 16:11:02 -07:00
verify actually change the default Python version to 3.10 2023-02-08 13:25:45 +01:00

README.rst

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

Python - Requirements.txt
-------------------------

The simplest way to specify Python packages is with a ``requirements.txt`` file
that is compatible with ``pip install``. In this case, we install ``numpy``.