소스 검색

Add pyproject.toml to help dependency managers (#685)

Some dependency managers are able to use the information provided by the
`pyproject.toml` file.

It helps to provide install/build-time dependencies information, which is
currently the case with C/Cython-related packages.
Andrés Correa Casablanca 7 년 전
부모
커밋
60c9503299
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      python/pyproject.toml

+ 2 - 0
python/pyproject.toml

@@ -0,0 +1,2 @@
+[build-system]
+requires = ["cython", "numpy", "pystan"]