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 = [
15
15
" distro>=1.7.0, <2" ,
16
16
" sniffio" ,
17
17
" cached-property; python_version < '3.8'" ,
18
-
18
+ " pandas; python_version >= '3.7' " ,
19
19
]
20
20
requires-python = " >= 3.7"
21
21
classifiers = [
Original file line number Diff line number Diff line change @@ -50,9 +50,13 @@ mypy-extensions==1.0.0
50
50
nodeenv==1.8.0
51
51
# via pyright
52
52
nox==2023.4.22
53
+ numpy==1.26.4
54
+ # via pandas
53
55
packaging==23.2
54
56
# via nox
55
57
# via pytest
58
+ pandas==2.2.2
59
+ # via openlayer
56
60
platformdirs==3.11.0
57
61
# via virtualenv
58
62
pluggy==1.3.0
@@ -68,9 +72,11 @@ pytest==7.1.1
68
72
# via pytest-asyncio
69
73
pytest-asyncio==0.21.1
70
74
python-dateutil==2.8.2
75
+ # via pandas
71
76
# via time-machine
72
77
pytz==2023.3.post1
73
78
# via dirty-equals
79
+ # via pandas
74
80
respx==0.20.2
75
81
ruff==0.1.9
76
82
setuptools==68.2.2
@@ -90,6 +96,8 @@ typing-extensions==4.8.0
90
96
# via openlayer
91
97
# via pydantic
92
98
# via pydantic-core
99
+ tzdata==2024.1
100
+ # via pandas
93
101
virtualenv==20.24.5
94
102
# via nox
95
103
zipp==3.17.0
Original file line number Diff line number Diff line change @@ -29,10 +29,20 @@ httpx==0.25.2
29
29
idna==3.4
30
30
# via anyio
31
31
# via httpx
32
+ numpy==1.26.4
33
+ # via pandas
34
+ pandas==2.2.2
35
+ # via openlayer
32
36
pydantic==2.7.1
33
37
# via openlayer
34
38
pydantic-core==2.18.2
35
39
# 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
36
46
sniffio==1.3.0
37
47
# via anyio
38
48
# via httpx
@@ -41,3 +51,5 @@ typing-extensions==4.8.0
41
51
# via openlayer
42
52
# via pydantic
43
53
# via pydantic-core
54
+ tzdata==2024.1
55
+ # via pandas
You can’t perform that action at this time.
0 commit comments