Skip to content

Commit 0171bce

Browse files
committed
Not ready for numpy 2.0.0
1 parent 478e97b commit 0171bce

File tree

2 files changed

+40
-48
lines changed

2 files changed

+40
-48
lines changed

poetry.lock

Lines changed: 38 additions & 47 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ fastapi = "^0.110.1"
1414
fastapimsal = { git = "https://github.com/alan-turing-institute/fastapimsal", tag = "0.4.9" }
1515
Jinja2 = "^3.1.3"
1616
opencensus-ext-azure = "^1.1.7"
17+
numpy = "<2.0.0"
1718
pandas = "^1.1.3"
1819
plotly = "^5.14.1"
1920
psycopg2-binary = "^2.9.3"
@@ -31,7 +32,7 @@ myst-parser = {version = "^2.0.0", optional = true}
3132
secure = "^0.3.0"
3233
celery = "^5.3.5"
3334
redis = {extras = ["hiredis"], version = "^5.0.1"}
34-
anyio = "4.4.0"
35+
anyio = "^4.4.0"
3536

3637
[tool.poetry.group.dev.dependencies]
3738
black = "^24.3.0"

0 commit comments

Comments
 (0)