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

last dependency update before Master's Thesis

This commit is contained in:
Lukas Winkler 2021-08-16 12:53:29 +02:00
parent e2e1c54e0f
commit d5c4805e56
Signed by: lukas
GPG key ID: 54DE4D798D244853
2 changed files with 463 additions and 471 deletions

926
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -6,13 +6,13 @@ authors = ["Lukas Winkler <git@lw1.at>"]
[tool.poetry.dependencies]
python = ">=3.8,<3.10"
rebound = "^3.16.0"
rebound = "^3.17.0"
matplotlib = "^3.2.1"
ipywidgets = "^7.5.1"
scipy = "^1.4.1"
graphviz = "^0.16"
graphviz = "^0.17"
py-spy = "^0.3.3"
mypy = "^0.812"
mypy = "^0.910"
rebound-stubs = {git = "https://github.com/Findus23/rebound-stubs.git", rev = "main"}
setproctitle = "^1.2.2"
libconf = "^2.0.1"
@ -20,9 +20,7 @@ PyYAML = "^5.4.1"
pandas = "^1.2.3"
[tool.poetry.dev-dependencies]
"vext.pyqt5" = "^0.7.4"
torch = "^1.8.0"
vext = {git = "https://github.com/vext-python/vext.git"}
[build-system]
requires = ["poetry>=0.12"]