From d293f8d5a13977a74f252236e759ece40f970ac4 Mon Sep 17 00:00:00 2001 From: "Zucker, Jeremy D" Date: Tue, 1 Oct 2024 11:46:40 -0700 Subject: [PATCH 1/2] Updated mira dependency to current commit: 7a9b2e447d2d2a79a436028deebd0cf0743fba2f --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index fdf5a484..910388ee 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,7 +9,7 @@ license_files = LICENSE install_requires = jupyter torch >= 1.8.0 - mira @ git+https://github.com/indralab/mira.git@0.7.0 + mira @ git+https://github.com/indralab/mira.git@7a9b2e447d2d2a79a436028deebd0cf0743fba2f chirho[dynamical] @ git+https://github.com/BasisResearch/chirho@4fbd03ce9aa25f536dc06c943ceef363cd2c56c4 sympytorch torchdiffeq From 30ac975cc7107dfec17dff754911899c7e139b46 Mon Sep 17 00:00:00 2001 From: "Zucker, Jeremy D" Date: Tue, 1 Oct 2024 16:15:42 -0700 Subject: [PATCH 2/2] Changed mira dependency to my PR --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 910388ee..f49567bf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,7 +9,8 @@ license_files = LICENSE install_requires = jupyter torch >= 1.8.0 - mira @ git+https://github.com/indralab/mira.git@7a9b2e447d2d2a79a436028deebd0cf0743fba2f + #mira @ git+https://github.com/indralab/mira.git@7a9b2e447d2d2a79a436028deebd0cf0743fba2f + mira @ git+https://github.com/djinnome/mira.git@31207775bbb18af8dd1a4fbfb8e79aca29fcb900 chirho[dynamical] @ git+https://github.com/BasisResearch/chirho@4fbd03ce9aa25f536dc06c943ceef363cd2c56c4 sympytorch torchdiffeq