From eb8ac75e3388cff3c24109b4c20279437c3f0333 Mon Sep 17 00:00:00 2001 From: Yash Bhangale Date: Mon, 29 Jul 2024 15:52:21 -0700 Subject: [PATCH] BLD: updated pysindy and derivative dependencies --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6af6903..6833ff2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,8 +26,8 @@ classifiers = [ # dependencies dependencies = [ "mitosis >=0.5.2", - "derivative @ git+https://github.com/andgoldschmidt/derivative@f0d566d", - "pysindy[cvxpy,miosr] @ git+https://github.com/dynamicslab/pysindy@a43e217", + "derivative @ git+https://github.com/andgoldschmidt/derivative", + "pysindy[cvxpy,miosr] @ git+https://github.com/dynamicslab/pysindy", "kalman @ git+https://github.com/Jacob-Stevens-Haas/kalman@0.1.1", "auto_ks @ git+https://github.com/cvxgrp/auto_ks.git@e60bcc6", "pytest >= 6.0.0",