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

Commit

Permalink
Move deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zaxtax committed Nov 11, 2022
1 parent 270176d commit a411c6e
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 @@ -17,13 +17,11 @@
REQUIRED_MINOR = 7

INSTALL_REQUIRES = [
"arviz>=0.12.1",
"astor>=0.7.1",
"black==22.3.0",
"botorch>=0.5.1",
"gpytorch>=1.3.0, <1.9.0",
"graphviz>=0.17",
"netCDF4<=1.5.8; python_version<'3.8'",
"numpy>=1.18.1",
"pandas>=0.24.2",
"plotly>=2.2.1",
Expand All @@ -36,6 +34,7 @@
]
TEST_REQUIRES = ["pytest>=7.0.0", "pytest-cov"]
TUTORIALS_REQUIRES = [
"arviz>=0.12.1",
"bokeh",
"cma",
"ipywidgets",
Expand All @@ -44,6 +43,7 @@
"matplotlib",
"mdformat",
"mdformat-myst",
"netCDF4<=1.5.8; python_version<'3.8'",
"scikit-learn>=1.0.0",
"seaborn",
"tabulate",
Expand Down

0 comments on commit a411c6e

Please sign in to comment.