Skip to content

Commit

Permalink
Upper bound pymc3 version and fix pytest configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonwillard committed May 11, 2021
1 parent d9ec67f commit db52d4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
5 changes: 0 additions & 5 deletions pytest.ini

This file was deleted.

4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ add-ignore = D100,D101,D102,D103,D104,D105,D106,D107,D202
convention = numpy

[tool:pytest]
python_files=test*.py
testpaths=tests
python_files = test_*.py
testpaths = tests

[coverage:run]
omit =
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
install_requires=[
"numpy>=1.18.1",
"scipy>=1.4.0",
"pymc3==3.11.2",
"theano-pymc>=1.1.0",
"pymc3>=3.11.1,<4.0.0",
],
tests_require=["pytest"],
long_description=open("README.md").read() if exists("README.md") else "",
Expand Down

0 comments on commit db52d4a

Please sign in to comment.