Skip to content

Commit 9bba646

Browse files
authored
Update scipy, update codeowners file (#37)
1 parent 99e9927 commit 9bba646

File tree

3 files changed

+36
-43
lines changed

3 files changed

+36
-43
lines changed

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @gygAlexWeiss @getyourguide/traveler-data-products
1+
* @gygAlexWeiss @getyourguide/tdp

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ readme = "README.md"
88
repository = "https://github.com/getyourguide/basemath"
99

1010
[tool.poetry.dependencies]
11-
python = "^3.8"
11+
python = ">=3.9,<4.0"
1212
numpy = "^1.14.0"
13-
scipy = "^1.6.0"
13+
scipy = "^1.10.0"
1414

1515
[tool.poetry.group.dev.dependencies]
1616
pytest = "^8.0.0"

0 commit comments

Comments
 (0)