File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies = [
1515 " distro>=1.7.0, <2" ,
1616 " sniffio" ,
1717 " cached-property; python_version < '3.8'" ,
18-
18+ " pandas; python_version >= '3.7' " ,
1919]
2020requires-python = " >= 3.7"
2121classifiers = [
Original file line number Diff line number Diff line change @@ -50,9 +50,13 @@ mypy-extensions==1.0.0
5050nodeenv==1.8.0
5151 # via pyright
5252nox==2023.4.22
53+ numpy==1.26.4
54+ # via pandas
5355packaging==23.2
5456 # via nox
5557 # via pytest
58+ pandas==2.2.2
59+ # via openlayer
5660platformdirs==3.11.0
5761 # via virtualenv
5862pluggy==1.3.0
@@ -68,9 +72,11 @@ pytest==7.1.1
6872 # via pytest-asyncio
6973pytest-asyncio==0.21.1
7074python-dateutil==2.8.2
75+ # via pandas
7176 # via time-machine
7277pytz==2023.3.post1
7378 # via dirty-equals
79+ # via pandas
7480respx==0.20.2
7581ruff==0.1.9
7682setuptools==68.2.2
@@ -90,6 +96,8 @@ typing-extensions==4.8.0
9096 # via openlayer
9197 # via pydantic
9298 # via pydantic-core
99+ tzdata==2024.1
100+ # via pandas
93101virtualenv==20.24.5
94102 # via nox
95103zipp==3.17.0
Original file line number Diff line number Diff line change @@ -29,10 +29,20 @@ httpx==0.25.2
2929idna==3.4
3030 # via anyio
3131 # via httpx
32+ numpy==1.26.4
33+ # via pandas
34+ pandas==2.2.2
35+ # via openlayer
3236pydantic==2.7.1
3337 # via openlayer
3438pydantic-core==2.18.2
3539 # via pydantic
40+ python-dateutil==2.9.0.post0
41+ # via pandas
42+ pytz==2024.1
43+ # via pandas
44+ six==1.16.0
45+ # via python-dateutil
3646sniffio==1.3.0
3747 # via anyio
3848 # via httpx
@@ -41,3 +51,5 @@ typing-extensions==4.8.0
4151 # via openlayer
4252 # via pydantic
4353 # via pydantic-core
54+ tzdata==2024.1
55+ # via pandas
You can’t perform that action at this time.
0 commit comments