Skip to content

Commit

Permalink
feat: fix blacjax version for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lollcat committed Jul 6, 2023
1 parent 4721786 commit 4cd9fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
with open(path.join(here, "requirements.txt"), encoding="utf-8") as f:
all_reqs = f.read().split("\n")

# install_requires = [x.strip() for x in all_reqs]
install_requires = [x.strip() for x in all_reqs]

setup(
name="fabjax",
Expand All @@ -34,7 +34,7 @@
include_package_data=True,
author="Laurence Midgley",
author_email="laurencemidgley@gmail.com",
install_requires=None, #install_requires,
install_requires=install_requires,
extras_require={
"docs": ["mkdocs","mkdocstrings[python]","mkdocs-jupyter"]
},
Expand Down

0 comments on commit 4cd9fa3

Please # to comment.