Skip to content

Commit

Permalink
🙏
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdd committed Feb 5, 2024
1 parent 63d2566 commit a003a27
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 2 deletions.
51 changes: 50 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ pytest-cov = "^3.0.0"
selenium = "4.2.0"
pytest-selenium = "^2.0.1"
selenium-wire = "^5.0"
pyarrow = "^10.0"
pyarrow = [
{ version = "^10.0", python = "<3.8" },
{ version = "^15.0", python = ">=3.8" }
]
ipywidgets = "^7.7.1"
memory-profiler = "^0.60.0"
line-profiler = "^4.0"
Expand Down

0 comments on commit a003a27

Please sign in to comment.