Skip to content

Commit

Permalink
Update scipy, update codeowners file (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbbo authored May 10, 2024
1 parent 99e9927 commit 9bba646
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 43 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @gygAlexWeiss @getyourguide/traveler-data-products
* @gygAlexWeiss @getyourguide/tdp
73 changes: 33 additions & 40 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ readme = "README.md"
repository = "https://github.com/getyourguide/basemath"

[tool.poetry.dependencies]
python = "^3.8"
python = ">=3.9,<4.0"
numpy = "^1.14.0"
scipy = "^1.6.0"
scipy = "^1.10.0"

[tool.poetry.group.dev.dependencies]
pytest = "^8.0.0"
Expand Down

0 comments on commit 9bba646

Please sign in to comment.