Skip to content

Commit

Permalink
Pin pyro to 1.8.6 while we address lint errors introduced by 1.9.0 (#523
Browse files Browse the repository at this point in the history
)

* short term workaround while we work through the type errors for pyro==1.9.0

* undo faulty linter
  • Loading branch information
SamWitty authored Feb 20, 2024
1 parent 5c6b0ea commit f08a134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
install_requires=[
# if you add any additional libraries, please also
# add them to `docs/source/requirements.txt`
"pyro-ppl>=1.8.5",
"pyro-ppl==1.8.6",
],
extras_require={
"dynamical": DYNAMICAL_REQUIRE,
Expand Down

0 comments on commit f08a134

Please sign in to comment.