Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated mira dependency to 0.8.0 #616

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
4 changes: 2 additions & 2 deletions docs/source/interfaces.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3327,7 +3327,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "pyciemss",
"language": "python",
"name": "python3"
},
Expand All @@ -3341,7 +3341,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.9"
"version": "3.12.2"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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@0.8.0
chirho[dynamical] @ git+https://github.com/BasisResearch/chirho@4fbd03ce9aa25f536dc06c943ceef363cd2c56c4
sympytorch
torchdiffeq
Expand Down
Loading