Skip to content

Commit e33ea20

Browse files
tidy
1 parent 9b45294 commit e33ea20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ description = "Pure Python implementation of HMcode"
55
authors = ["Alexander Mead <alexander.j.mead@googlemail.com>"]
66
license = "MIT"
77
readme = "README.md"
8+
repository = "https://github.com/alexander-mead/HMcode-python"
89

910
[tool.poetry.dependencies]
1011
python = ">=3.10,<3.12"
1112
numpy = "^1.24.2"
1213
scipy = "^1.10.1"
1314
camb = "^1.4.0"
14-
pyhalomodel = "^0.1.6"
15+
pyhalomodel = "^1.0.0"
1516

1617
[tool.poetry.group.dev.dependencies]
1718
matplotlib = "^3.7.0"
1819
ipykernel = "^6.21.2"
19-
jupyter = "^1.0.0"
2020

2121
[build-system]
2222
requires = ["poetry-core"]

0 commit comments

Comments
 (0)