Skip to content

Commit

Permalink
Fix presidio-structured build - lock numpy version (#1465)
Browse files Browse the repository at this point in the history
* Update pyproject.toml

* Update pyproject.toml
  • Loading branch information
SharonHart authored Oct 8, 2024
1 parent 49f2b6a commit 13ae328
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions presidio-structured/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ python = ">=3.8,<4.0"
presidio-analyzer = ">=2.2"
presidio-anonymizer = ">=2.2"
pandas = ">=1.5.2"
numpy = "<2.0.0"

[tool.poetry.group.dev.dependencies]
pip = "*"
Expand Down

0 comments on commit 13ae328

Please sign in to comment.