From e2e67b6c4c2977fd3b86f556d6b8055510a6d32d Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Tue, 31 Aug 2021 20:30:38 +0200 Subject: [PATCH] stay on rebound 3.17.3 avoid https://github.com/hannorein/rebound/issues/565 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5acfc78..edddacc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -714,7 +714,7 @@ py = {version = "*", markers = "implementation_name == \"pypy\""} [[package]] name = "rebound" -version = "3.17.4" +version = "3.17.3" description = "An open-source multi-purpose N-body code" category = "main" optional = false @@ -887,7 +887,7 @@ notebook = ">=4.4.1" [metadata] lock-version = "1.1" python-versions = ">=3.8,<3.10" -content-hash = "3f934a3adc1ab1213b79152720a765dd24765c6a1846ac02678c9b0030f6caf6" +content-hash = "1a05646583329a11cae691f6bd4ddd93541187199fa71f3234405ea3049f26e3" [metadata.files] appnope = [ @@ -1525,7 +1525,7 @@ pyzmq = [ {file = "pyzmq-22.2.1.tar.gz", hash = "sha256:6d18c76676771fd891ca8e0e68da0bbfb88e30129835c0ade748016adb3b6242"}, ] rebound = [ - {file = "rebound-3.17.4.tar.gz", hash = "sha256:7a82b84ac3c92fe9748a1b42fbd66672bc8e596bc67d37c8dc889c6e5da3c5f3"}, + {file = "rebound-3.17.3.tar.gz", hash = "sha256:ea4d761739bb4d0df9167af7489814f0e99c4fe65f4684a6cd7d3a5e402f9581"}, ] rebound-stubs = [] scipy = [ diff --git a/pyproject.toml b/pyproject.toml index 2d8d5ec..089f3a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Lukas Winkler "] [tool.poetry.dependencies] python = ">=3.8,<3.10" -rebound = "^3.17.0" +rebound = "3.17.3" matplotlib = "^3.2.1" ipywidgets = "^7.5.1" scipy = "^1.4.1"