Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ptemcee from yonatank93's repo as dependency #193

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,7 @@ def get_readme():
"pytest-cov",
"kimpy",
"emcee",
"ptemcee",
# TODO: ptemcee is too old to be compatible with latest numpy, so Yonatan
# forked it and fixed it (in the below link). However, the forked version
# is not on PyPI, can PyPI does not accept use non PyPI package as
# dependency.
# Solution: create a new PyPI package for ptemcee.
# "ptemcee @ git+https://github.com/yonatank93/ptemcee.git@enhance_v1.0.0",
"ptemcee @ git+https://github.com/yonatank93/ptemcee.git@enhance_v1.0.0",
"torch",
"numpy",
],
Expand Down