Skip to content

Commit

Permalink
Pin numpy package to version 1.26.4
Browse files Browse the repository at this point in the history
An update to numpy to v. 2 created a downstream package incompatibility with the Thinc package (breaking Presidio). Pinning version to 1.26.4 fixes this issue until the downstream problems are rectified.
  • Loading branch information
codingbandit committed Jun 21, 2024
1 parent 8ac3026 commit 0e913ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/python/GatekeeperIntegrationAPI/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ azure-identity==1.16.0
azure-keyvault-secrets==4.7.0
azure-monitor-opentelemetry==1.2.0
fastapi==0.110.1
numpy==1.26.4
presidio-analyzer==2.2.351
presidio-anonymizer==2.2.351
pylint==3.0.2
Expand Down
1 change: 1 addition & 0 deletions src/python/IntegrationSDK/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
azure-appconfiguration-provider==1.0.0
azure-identity==1.16.0
azure-keyvault-secrets==4.7.0
numpy==1.26.4
pydantic==2.5.2
presidio-analyzer==2.2.351
presidio-anonymizer==2.2.351
Expand Down

0 comments on commit 0e913ff

Please sign in to comment.