Skip to content

Commit

Permalink
Not ready for numpy 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaslaz committed Jun 17, 2024
1 parent 478e97b commit 0171bce
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 48 deletions.
85 changes: 38 additions & 47 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ fastapi = "^0.110.1"
fastapimsal = { git = "https://github.com/alan-turing-institute/fastapimsal", tag = "0.4.9" }
Jinja2 = "^3.1.3"
opencensus-ext-azure = "^1.1.7"
numpy = "<2.0.0"
pandas = "^1.1.3"
plotly = "^5.14.1"
psycopg2-binary = "^2.9.3"
Expand All @@ -31,7 +32,7 @@ myst-parser = {version = "^2.0.0", optional = true}
secure = "^0.3.0"
celery = "^5.3.5"
redis = {extras = ["hiredis"], version = "^5.0.1"}
anyio = "4.4.0"
anyio = "^4.4.0"

[tool.poetry.group.dev.dependencies]
black = "^24.3.0"
Expand Down

0 comments on commit 0171bce

Please sign in to comment.