Skip to content

Commit

Permalink
Merge pull request #5 from pypr/add-pyproject
Browse files Browse the repository at this point in the history
Add back pyproject.toml.
  • Loading branch information
prabhuramachandran committed Mar 6, 2020
2 parents 9d91c21 + 2cd244e commit 79fc363
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,8 +1,9 @@
dist: xenial
language: python
python:
- "2.7"
- "3.6"
- "3.7"
- "3.8"

env:
- USE_TRILINOS=1 ZOLTAN_INCLUDE=/usr/include/trilinos ZOLTAN_LIBRARY=/usr/lib/x86_64-linux-gnu
Expand Down
9 changes: 9 additions & 0 deletions pyproject.toml
@@ -0,0 +1,9 @@
[build-system]
requires = [
"wheel",
"setuptools",
"oldest-supported-numpy",
"Cython>=0.20",
"cyarray",
"mpi4py>=1.2"
]

0 comments on commit 79fc363

Please sign in to comment.