We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b45294 commit e33ea20Copy full SHA for e33ea20
pyproject.toml
@@ -5,18 +5,18 @@ description = "Pure Python implementation of HMcode"
5
authors = ["Alexander Mead <alexander.j.mead@googlemail.com>"]
6
license = "MIT"
7
readme = "README.md"
8
+repository = "https://github.com/alexander-mead/HMcode-python"
9
10
[tool.poetry.dependencies]
11
python = ">=3.10,<3.12"
12
numpy = "^1.24.2"
13
scipy = "^1.10.1"
14
camb = "^1.4.0"
-pyhalomodel = "^0.1.6"
15
+pyhalomodel = "^1.0.0"
16
17
[tool.poetry.group.dev.dependencies]
18
matplotlib = "^3.7.0"
19
ipykernel = "^6.21.2"
-jupyter = "^1.0.0"
20
21
[build-system]
22
requires = ["poetry-core"]
0 commit comments