From ea217b3171ff2e0b7cc38acc33fd9c4782dc8d73 Mon Sep 17 00:00:00 2001 From: Jackson Chin Date: Mon, 9 Sep 2024 15:03:32 -0700 Subject: [PATCH] Sets tensorpack dependency to use main --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index fe5d680..d2145b6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1110,7 +1110,7 @@ name = "tensorpack" version = "0.1.2" description = "A collection of tensor methods from the Meyer lab." optional = false -python-versions = ">=3.12,<3.13" +python-versions = ">=3.11,<3.13" files = [] develop = false @@ -1122,13 +1122,13 @@ seaborn = ">=0.11.2" svgutils = "^0.3.4" tensorly = "^0.8" tqdm = "^4.62.3" -xarray = ">=2022.6.0" +xarray = "^2024" [package.source] type = "git" url = "https://github.com/meyer-lab/tensorpack.git" -reference = "python_update" -resolved_reference = "770fca9bb00b31cb3b0bab94b2051fc59890b63b" +reference = "HEAD" +resolved_reference = "dd39e2da50b1f80c54132904f05cb9c0c800df6f" [[package]] name = "threadpoolctl" @@ -1199,4 +1199,4 @@ viz = ["matplotlib", "nc-time-axis", "seaborn"] [metadata] lock-version = "2.0" python-versions = ">=3.12,<3.13" -content-hash = "75e35cf7ce916752e02d13281a72aa13b7cecdf37c5a0683f150c1f0192f761d" +content-hash = "d201bce68ee8dbe6bc244e8ec029d54edad6970748a55998e249d3f2b4e5a592" diff --git a/pyproject.toml b/pyproject.toml index 881aeaa..fdd91b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ python = ">=3.12,<3.13" numpy = "^1.23.0" xarray = ">=2022.3.0" tensorly = "^0.8.0" -tensorpack = {git = "https://github.com/meyer-lab/tensorpack.git", rev = "python_update"} +tensorpack = {git = "https://github.com/meyer-lab/tensorpack.git"} seaborn = ">=0.11.2" pandas = ">=1.4.3" scikit-learn = "^1.1.1"