Skip to content
This repository was archived by the owner on Dec 18, 2023. It is now read-only.

Commit cdcf5f9

Browse files
committed
Test setup.py
1 parent ff6c173 commit cdcf5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
REQUIRED_MINOR = 7
1818

1919
INSTALL_REQUIRES = [
20+
"arviz>=0.12.1",
2021
"astor>=0.7.1",
2122
"black==22.3.0",
2223
"botorch>=0.5.1",
@@ -35,7 +36,6 @@
3536
]
3637
TEST_REQUIRES = ["pytest>=7.0.0", "pytest-cov"]
3738
TUTORIALS_REQUIRES = [
38-
"arviz>=0.12.1",
3939
"bokeh",
4040
"cma",
4141
"ipywidgets",

0 commit comments

Comments
 (0)