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

Commit a411c6e

Browse files
committed
Move deps
1 parent 270176d commit a411c6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@
1717
REQUIRED_MINOR = 7
1818

1919
INSTALL_REQUIRES = [
20-
"arviz>=0.12.1",
2120
"astor>=0.7.1",
2221
"black==22.3.0",
2322
"botorch>=0.5.1",
2423
"gpytorch>=1.3.0, <1.9.0",
2524
"graphviz>=0.17",
26-
"netCDF4<=1.5.8; python_version<'3.8'",
2725
"numpy>=1.18.1",
2826
"pandas>=0.24.2",
2927
"plotly>=2.2.1",
@@ -36,6 +34,7 @@
3634
]
3735
TEST_REQUIRES = ["pytest>=7.0.0", "pytest-cov"]
3836
TUTORIALS_REQUIRES = [
37+
"arviz>=0.12.1",
3938
"bokeh",
4039
"cma",
4140
"ipywidgets",
@@ -44,6 +43,7 @@
4443
"matplotlib",
4544
"mdformat",
4645
"mdformat-myst",
46+
"netCDF4<=1.5.8; python_version<'3.8'",
4747
"scikit-learn>=1.0.0",
4848
"seaborn",
4949
"tabulate",

0 commit comments

Comments
 (0)