diff --git a/pyproject.toml b/pyproject.toml index 1837e16..8a6403f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ python = "^3.8" pandas = "^1.5.0" numpy = "^1.23.5" plotnine = "^0.12.0" -seaborn = "^0.12.0" +seaborn = ">=0.12,<0.14" requests = "^2.28.0" python-circos = "^0.3.0" anndata = { optional = true, version = ">=0.7.6,<0.10.0" }