File tree Expand file tree Collapse file tree 5 files changed +107
-0
lines changed Expand file tree Collapse file tree 5 files changed +107
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ authors = [
88license = { text = " placeholder" }
99requires-python = " >=3.9"
1010dependencies = [
11+ " pandas>=2.3.3" ,
1112]
1213readme = " README.md"
1314classifiers = [
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ numpy==2.3.5 ; python_full_version >= '3.11'
9595overrides==7.7.0
9696packaging==24.2
9797paginate==0.5.7
98+ pandas==2.3.3
9899pandocfilters==1.5.1
99100parso==0.8.4
100101pathspec==0.12.1
@@ -113,6 +114,7 @@ pymdown-extensions==10.16.1
113114pyparsing==3.2.5
114115python-dateutil==2.9.0.post0
115116python-json-logger==3.2.1
117+ pytz==2025.2
116118pywin32==308 ; platform_python_implementation != 'PyPy' and sys_platform == 'win32'
117119pywinpty==2.0.14 ; os_name == 'nt'
118120pyyaml==6.0.2
@@ -137,6 +139,7 @@ tornado==6.4.2
137139traitlets==5.14.3
138140types-python-dateutil==2.9.0.20241206
139141typing-extensions==4.12.2 ; python_full_version < '3.13'
142+ tzdata==2025.2
140143uri-template==1.3.0
141144urllib3==2.3.0
142145watchdog==6.0.0
Original file line number Diff line number Diff line change @@ -14,9 +14,12 @@ numpy==2.0.2 ; python_full_version < '3.10'
1414numpy==2.2.6 ; python_full_version == '3.10.*'
1515numpy==2.3.5 ; python_full_version >= '3.11'
1616packaging==24.2
17+ pandas==2.3.3
1718pillow==11.3.0 ; python_full_version < '3.10'
1819pillow==12.0.0 ; python_full_version >= '3.10'
1920pyparsing==3.2.5
2021python-dateutil==2.9.0.post0
22+ pytz==2025.2
2123six==1.17.0
24+ tzdata==2025.2
2225zipp==3.23.0 ; python_full_version < '3.10'
Original file line number Diff line number Diff line change 11# This file was autogenerated by uv via the following command:
22# uv export -o requirements-locked.txt --no-hashes --no-dev --no-emit-project
3+ numpy==2.0.2 ; python_full_version < '3.10'
4+ numpy==2.2.6 ; python_full_version == '3.10.*'
5+ numpy==2.3.5 ; python_full_version >= '3.11'
6+ pandas==2.3.3
7+ python-dateutil==2.9.0.post0
8+ pytz==2025.2
9+ six==1.17.0
10+ tzdata==2025.2
You can’t perform that action at this time.
0 commit comments