Skip to content

Commit

Permalink
fix numpy dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bug-or-feature committed Jan 24, 2023
1 parent 9c0cc42 commit 74f11b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.8"
requests = "^2.26"
numpy = ">=1.19.4,<1.24.0"
pandas = ">1,<=1.0.5"
beautifulsoup4 = "^4"

Expand Down

0 comments on commit 74f11b5

Please sign in to comment.