Skip to content

Commit b1e04f0

Browse files
committed
🍱 Fix Requirements
1 parent 1660ca7 commit b1e04f0

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dynamic = ['version']
4747
all = [
4848
'phonenumbers>=8,<9',
4949
'pycountry>=22,<23',
50-
'pandas>=1.3,<3',
50+
'pandas>=1.3,<2',
5151
]
5252

5353
[project.urls]

requirements/pyproject.txt

+1-5
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
#
77
annotated-types==0.5.0
88
# via pydantic
9-
numpy==1.25.0
10-
# via pandas
11-
pandas==2.0.3
9+
pandas==1.5.3
1210
# via pydantic-extra-types (pyproject.toml)
1311
phonenumbers==8.13.15
1412
# via pydantic-extra-types (pyproject.toml)
@@ -28,8 +26,6 @@ typing-extensions==4.7.0
2826
# via
2927
# pydantic
3028
# pydantic-core
31-
tzdata==2023.3
32-
# via pandas
3329

3430
# The following packages are considered to be unsafe in a requirements file:
3531
# setuptools

0 commit comments

Comments
 (0)