Skip to content

Commit

Permalink
add pyproject.toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
bojunliu0818 committed Oct 17, 2023
1 parent 751019f commit 4ac2e8f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[build-system]
requires = ["setuptools",
"wheel",
"Cython~=0.29.36",
"numpy",
"mdtraj",
#"mdtraj @ https://files.pythonhosted.org/packages/88/12/ecbe28c87bc3df8c4880cc742923a6f40633ca076c8f44b03533dfce0b66/mdtraj-1.9.9-cp39-cp39-macosx_10_9_x86_64.whl",
]
build-backend = "setuptools.build_meta"

0 comments on commit 4ac2e8f

Please sign in to comment.