Skip to content

Commit

Permalink
use pybind11 as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
KangchengHou committed Jan 28, 2024
1 parent 40876c1 commit de9d5d8
Show file tree
Hide file tree
Showing 564 changed files with 10 additions and 199,146 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "thirdparty/pybind11"]
path = thirdparty/pybind11
url = [email protected]:pybind/pybind11.git
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@ pip install -e .
```


## Upload to PyPI (for developers)
```
python setup.py sdist
twine upload dist/*
```
## Contact
Kangcheng Hou ([email protected])
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def build_extension(self, ext):

setup(
name="tinygwas",
version="0.2",
version="0.2.1",
install_requires=["pybind11", "numpy"],
author="Kangcheng Hou",
author_email="[email protected]",
Expand Down
45 changes: 0 additions & 45 deletions thirdparty/Eigen/Cholesky

This file was deleted.

48 changes: 0 additions & 48 deletions thirdparty/Eigen/CholmodSupport

This file was deleted.

Loading

0 comments on commit de9d5d8

Please sign in to comment.