We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1660ca7 commit b1e04f0Copy full SHA for b1e04f0
pyproject.toml
@@ -47,7 +47,7 @@ dynamic = ['version']
47
all = [
48
'phonenumbers>=8,<9',
49
'pycountry>=22,<23',
50
- 'pandas>=1.3,<3',
+ 'pandas>=1.3,<2',
51
]
52
53
[project.urls]
requirements/pyproject.txt
@@ -6,9 +6,7 @@
6
#
7
annotated-types==0.5.0
8
# via pydantic
9
-numpy==1.25.0
10
- # via pandas
11
-pandas==2.0.3
+pandas==1.5.3
12
# via pydantic-extra-types (pyproject.toml)
13
phonenumbers==8.13.15
14
@@ -28,8 +26,6 @@ typing-extensions==4.7.0
28
26
# via
29
27
# pydantic
30
# pydantic-core
31
-tzdata==2023.3
32
33
34
# The following packages are considered to be unsafe in a requirements file:
35
# setuptools
0 commit comments