Skip to content

Commit 1b578bf

Browse files
add pandas
1 parent fcb920b commit 1b578bf

File tree

5 files changed

+107
-0
lines changed

5 files changed

+107
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ authors = [
88
license = { text = "placeholder" }
99
requires-python = ">=3.9"
1010
dependencies = [
11+
"pandas>=2.3.3",
1112
]
1213
readme = "README.md"
1314
classifiers = [

requirements-docs-locked.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ numpy==2.3.5 ; python_full_version >= '3.11'
9595
overrides==7.7.0
9696
packaging==24.2
9797
paginate==0.5.7
98+
pandas==2.3.3
9899
pandocfilters==1.5.1
99100
parso==0.8.4
100101
pathspec==0.12.1
@@ -113,6 +114,7 @@ pymdown-extensions==10.16.1
113114
pyparsing==3.2.5
114115
python-dateutil==2.9.0.post0
115116
python-json-logger==3.2.1
117+
pytz==2025.2
116118
pywin32==308 ; platform_python_implementation != 'PyPy' and sys_platform == 'win32'
117119
pywinpty==2.0.14 ; os_name == 'nt'
118120
pyyaml==6.0.2
@@ -137,6 +139,7 @@ tornado==6.4.2
137139
traitlets==5.14.3
138140
types-python-dateutil==2.9.0.20241206
139141
typing-extensions==4.12.2 ; python_full_version < '3.13'
142+
tzdata==2025.2
140143
uri-template==1.3.0
141144
urllib3==2.3.0
142145
watchdog==6.0.0

requirements-incl-optional-locked.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ numpy==2.0.2 ; python_full_version < '3.10'
1414
numpy==2.2.6 ; python_full_version == '3.10.*'
1515
numpy==2.3.5 ; python_full_version >= '3.11'
1616
packaging==24.2
17+
pandas==2.3.3
1718
pillow==11.3.0 ; python_full_version < '3.10'
1819
pillow==12.0.0 ; python_full_version >= '3.10'
1920
pyparsing==3.2.5
2021
python-dateutil==2.9.0.post0
22+
pytz==2025.2
2123
six==1.17.0
24+
tzdata==2025.2
2225
zipp==3.23.0 ; python_full_version < '3.10'

requirements-locked.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
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

0 commit comments

Comments
 (0)