Skip to content

Commit

Permalink
numpy (#1466)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ari1009 authored Jun 24, 2024
1 parent ab90386 commit 7c210ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ markdown2
pandas==1.3.5
typing-extensions==4.9.0
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability
numpy>=1.22.2,<2.0.0 # not directly required, pinned by Snyk to avoid a vulnerability

# Query engine - PostgreSQL
psycopg2==2.9.5

0 comments on commit 7c210ce

Please sign in to comment.