We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e04f0 commit 2ac57cdCopy full SHA for 2ac57cd
pyproject.toml
@@ -47,7 +47,7 @@ dynamic = ['version']
47
all = [
48
'phonenumbers>=8,<9',
49
'pycountry>=22,<23',
50
- 'pandas>=1.3,<2',
+ 'pandas==1.3.5',
51
]
52
53
[project.urls]
requirements/pyproject.txt
@@ -6,7 +6,7 @@
6
#
7
annotated-types==0.5.0
8
# via pydantic
9
-pandas==1.5.3
+pandas==1.3.5
10
# via pydantic-extra-types (pyproject.toml)
11
phonenumbers==8.13.15
12
0 commit comments