Skip to content

Commit f58adc1

Browse files
committed
Added missing dependencies
1 parent e0a2292 commit f58adc1

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "frechetlib"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "A package to compute distances between curves."
55
authors = ["Eliot Robson <eliot.robson24@gmail.com>"]
66
license = "MIT"
@@ -12,11 +12,14 @@ packages = [{ include = "frechetlib", from = "src" }]
1212
Homepage = "https://github.com/eliotwrobson/FrechetLib"
1313
repository = "https://github.com/eliotwrobson/FrechetLib"
1414

15+
# TODO make the pooch dependency optional
1516
[tool.poetry.dependencies]
16-
python = "^3.10"
17+
python = ">=3.10"
1718
numpy = "^1.26.3"
1819
numba = "^0.58.1"
1920
scipy = "^1.11.4"
21+
typing-extensions = "^4.10.0"
22+
pooch = "^1.8.1"
2023

2124
[tool.poetry.group.dev]
2225
optional = true

0 commit comments

Comments
 (0)