Skip to content

Commit

Permalink
Update pyproject.toml (#172)
Browse files Browse the repository at this point in the history
Changed Numpy to the most recent version so the package can properly install
  • Loading branch information
masondepalma authored Jul 18, 2024
1 parent b55c0eb commit de70189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ python = "^3.10"
requests = "^2.31.0"
beautifulsoup4 = "^4.12.2"
pandas = "^2.1.0"
NUMPY = "1.24.2"
NUMPY = "1.26.3"
pydantic = "^2.3.0"
tls-client = "^1.0.1"
markdownify = "^0.11.6"
Expand Down

0 comments on commit de70189

Please sign in to comment.