1
0
Fork 0
mirror of https://github.com/Findus23/halo_comparison.git synced 2024-09-19 16:03:50 +02:00
halo_comparison/pyproject.toml

27 lines
516 B
TOML
Raw Normal View History

2022-05-06 09:51:43 +02:00
[tool.poetry]
name = "halo_comparison"
version = "0.1.0"
description = ""
authors = ["Lukas Winkler <git@lw1.at>"]
[tool.poetry.dependencies]
2023-01-03 12:20:25 +01:00
python = "^3.10,<3.12"
2022-05-06 09:51:43 +02:00
matplotlib = "^3.5.2"
2022-05-24 17:06:49 +02:00
numpy = "^1.21.3"
2022-05-06 09:51:43 +02:00
h5py = "^3.6.0"
2023-01-03 12:20:25 +01:00
pyvista = "^0.37.0"
2022-05-06 09:51:43 +02:00
pandas = "^1.4.2"
scipy = "^1.8.0"
pynbody = "^1.1.0"
2023-01-03 12:20:25 +01:00
numba = "^0.56.1"
tables = "^3.7.0"
2022-06-14 10:53:19 +02:00
PyYAML = "^6.0"
2022-07-28 00:43:38 +02:00
siphash = "^0.0.1"
2023-01-03 12:20:25 +01:00
velociraptor = "^0.15.8"
2022-05-06 09:51:43 +02:00
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"