1
0
Fork 0
mirror of https://github.com/Findus23/rebound-collisions.git synced 2024-09-19 15:53:48 +02:00

stay on rebound 3.17.3

avoid https://github.com/hannorein/rebound/issues/565
This commit is contained in:
Lukas Winkler 2021-08-31 20:30:38 +02:00
parent c1043b0613
commit e2e67b6c4c
Signed by: lukas
GPG key ID: 54DE4D798D244853
2 changed files with 4 additions and 4 deletions

6
poetry.lock generated
View file

@ -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 = [

View file

@ -6,7 +6,7 @@ authors = ["Lukas Winkler <git@lw1.at>"]
[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"