forked from great-expectations/great_expectations
-
Notifications
You must be signed in to change notification settings - Fork 1
/
requirements.txt
32 lines (32 loc) · 902 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
altair>=4.2.1,<5.0.0
cryptography>=3.2
Ipython>=7.16.3
ipywidgets>=7.5.1
jinja2>=2.10
jsonschema>=2.5.1
makefun>=1.7.0,<2
marshmallow>=3.7.1,<4.0.0
mistune>=0.8.4
numpy>=1.20.3; python_version == "3.8"
numpy>=1.21.6; python_version == "3.9"
numpy>=1.22.4; python_version >= "3.10"
numpy>=1.26.0; python_version >= "3.12"
packaging
pandas>=1.1.0; python_version <= "3.8"
pandas>=1.1.3; python_version == "3.9"
pandas>=1.3.0; python_version >= "3.10"
pandas>=2.2.0; python_version >= "3.12"
# analytics
posthog>=2.1.0,<3
# patch version updates `typing_extensions` to the needed version
pydantic>=1.10.7
pyparsing>=2.4
python-dateutil>=2.8.1
pytz>=2021.3
requests>=2.20
ruamel.yaml>=0.16,<0.18 # See https://github.com/great-expectations/great_expectations/issues/4152
scipy>=1.6.0
tqdm>=4.59.0
typing-extensions>=4.1.0 # Leverage type annotations from recent Python releases
tzlocal>=1.2
urllib3>=1.26