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

update dependencies

This commit is contained in:
Lukas Winkler 2023-01-03 12:20:25 +01:00
parent acea9a14bd
commit ee4318029f
Signed by: lukas
GPG key ID: 54DE4D798D244853
2 changed files with 987 additions and 260 deletions

1232
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -5,29 +5,22 @@ description = ""
authors = ["Lukas Winkler <git@lw1.at>"] authors = ["Lukas Winkler <git@lw1.at>"]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.9,<3.11" python = "^3.10,<3.12"
matplotlib = "^3.5.2" matplotlib = "^3.5.2"
numpy = "^1.21.3" numpy = "^1.21.3"
h5py = "^3.6.0" h5py = "^3.6.0"
vtk = {url = "https://github.com/pyvista/pyvista-wheels/raw/main/vtk-9.1.0.dev0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"} pyvista = "^0.37.0"
pyvista = "^0.34.1"
pandas = "^1.4.2" pandas = "^1.4.2"
scipy = "^1.8.0" scipy = "^1.8.0"
pynbody = "^1.1.0" pynbody = "^1.1.0"
numba = "^0.55.1" numba = "^0.56.1"
tables = "^3.7.0" tables = "^3.7.0"
pythran = "^0.11.0"
PyYAML = "^6.0" PyYAML = "^6.0"
siphash = "^0.0.1" siphash = "^0.0.1"
velociraptor = "^0.15.8"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
[[tool.poetry.source]]
name = "vtk"
url = "https://wheels.pyvista.org/"
default = false
secondary = false
[build-system] [build-system]
requires = ["poetry-core>=1.0.0"] requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"