Skip to content

Commit 2ac57cd

Browse files
committed
🍱 Fix Requirements
1 parent b1e04f0 commit 2ac57cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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,<2',
50+
'pandas==1.3.5',
5151
]
5252

5353
[project.urls]

requirements/pyproject.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
annotated-types==0.5.0
88
# via pydantic
9-
pandas==1.5.3
9+
pandas==1.3.5
1010
# via pydantic-extra-types (pyproject.toml)
1111
phonenumbers==8.13.15
1212
# via pydantic-extra-types (pyproject.toml)

0 commit comments

Comments
 (0)