Skip to content

Commit

Permalink
feat: OPTIC-1481: Support numpy 2
Browse files Browse the repository at this point in the history
  • Loading branch information
makseq committed Dec 26, 2024
1 parent 69b21a5 commit 56314ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ drf-generators = "0.3.0"
lockfile = ">=0.12.0"
lxml = {extras = ["html_clean"], version = ">=4.9.4"}
defusedxml = ">=0.7.1"
numpy = "^1.26.4"
numpy = ">=1.26.4"
ordered-set = "4.0.2"
pandas = ">=2.2.3"
psycopg2-binary = "2.9.10"
Expand Down

0 comments on commit 56314ec

Please sign in to comment.