Skip to content

Commit a003a27

Browse files
committed
🙏
1 parent 63d2566 commit a003a27

File tree

2 files changed

+54
-2
lines changed

2 files changed

+54
-2
lines changed

poetry.lock

Lines changed: 50 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ pytest-cov = "^3.0.0"
6060
selenium = "4.2.0"
6161
pytest-selenium = "^2.0.1"
6262
selenium-wire = "^5.0"
63-
pyarrow = "^10.0"
63+
pyarrow = [
64+
{ version = "^10.0", python = "<3.8" },
65+
{ version = "^15.0", python = ">=3.8" }
66+
]
6467
ipywidgets = "^7.7.1"
6568
memory-profiler = "^0.60.0"
6669
line-profiler = "^4.0"

0 commit comments

Comments
 (0)