Skip to content

Commit 733ee7e

Browse files
author
Stainless Bot
committed
feat: fix: include pandas as requirement
1 parent 153b2c8 commit 733ee7e

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
]
2020
requires-python = ">= 3.7"
2121
classifiers = [

requirements-dev.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,13 @@ mypy-extensions==1.0.0
5050
nodeenv==1.8.0
5151
# via pyright
5252
nox==2023.4.22
53+
numpy==1.26.4
54+
# via pandas
5355
packaging==23.2
5456
# via nox
5557
# via pytest
58+
pandas==2.2.2
59+
# via openlayer
5660
platformdirs==3.11.0
5761
# via virtualenv
5862
pluggy==1.3.0
@@ -68,9 +72,11 @@ pytest==7.1.1
6872
# via pytest-asyncio
6973
pytest-asyncio==0.21.1
7074
python-dateutil==2.8.2
75+
# via pandas
7176
# via time-machine
7277
pytz==2023.3.post1
7378
# via dirty-equals
79+
# via pandas
7480
respx==0.20.2
7581
ruff==0.1.9
7682
setuptools==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
93101
virtualenv==20.24.5
94102
# via nox
95103
zipp==3.17.0

requirements.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,20 @@ httpx==0.25.2
2929
idna==3.4
3030
# via anyio
3131
# via httpx
32+
numpy==1.26.4
33+
# via pandas
34+
pandas==2.2.2
35+
# via openlayer
3236
pydantic==2.7.1
3337
# via openlayer
3438
pydantic-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
3646
sniffio==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

0 commit comments

Comments
 (0)