diff --git a/pyproject.toml b/pyproject.toml index 7c6986655..64006c5d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,18 +16,15 @@ classifiers = [ "Topic :: Scientific/Engineering", ] dependencies = [ - "mogp-emulator>=0.7.2", "matplotlib>=3.7.2", "seaborn>=0.12.2", "scikit-learn>=1.3.0,<1.6.0", "pandas>=2.1", "torch>=2.1.0", - "skorch>=0.15.0", "scipy>=1.11.3", "numpy>=1.24", "joblib>=1.3.2", "tqdm>=4.66.2", - "iprogress>=0.4", "lightgbm>=4.3.0", "ipywidgets>=8.1.2", "gpytorch>=1.12", @@ -36,7 +33,6 @@ dependencies = [ "anytree>=2.12.1", "torchmetrics>=1.7.1", "pyro-ppl>=1.9.1", - "corner>=2.2.3", "torchrbf>=0.0.1", "arviz>=0.21.0", "getdist>=1.7.2", diff --git a/uv.lock b/uv.lock index 18a51f3c5..31f74b83b 100644 --- a/uv.lock +++ b/uv.lock @@ -109,7 +109,7 @@ wheels = [ [[package]] name = "autoemulate" -version = "1.1.1" +version = "1.2.0" source = { editable = "." } dependencies = [ { name = "anytree" },