I'm doing some work on the travis-ci scripts, and I'd like to remove some redundant calls of 'pip install'. The scripts should get the build dependencies from a configuration file instead of having hard-coded pip commands. Is pyproject.toml the appropriate file to use for this? (Note: we also have test_requirements.txt, but as the name says, those are the dependencies for running the tests, not for building numpy.)
Warren _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@python.org https://mail.python.org/mailman/listinfo/numpy-discussion