-
-
Notifications
You must be signed in to change notification settings - Fork 428
Expand file tree
/
Copy pathenvironment.yml
More file actions
111 lines (89 loc) · 1.76 KB
/
Copy pathenvironment.yml
File metadata and controls
111 lines (89 loc) · 1.76 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
name: pandera-dev
channels:
- conda-forge
dependencies:
# environment management
- pip
# pandera dependencies
- packaging >= 20.0
- typing_extensions
- hypothesis >= 6.92.7
- pyyaml >= 5.1
- typing_inspect >= 0.6.0
- frictionless <= 4.40.8 # v5.* introduces breaking changes
- pyarrow >= 13 # https://github.com/apache/arrow/pull/35113
- pyarrow-hotfix
- pydantic
# hypotheses extra
- scipy
# mypy extra
- pandas-stubs
- scipy-stubs
# pyspark extra
- pyspark[connect] >= 3.2.0
# polars extra
- polars >= 1.20.0
# xarray extra
- xarray >= 2024.10.0
# narwhals extra
- narwhals >= 1.26.0
# modin extra
- modin
- protobuf
# geopandas extra
- geopandas
- shapely
# fastapi extra
- fastapi
# testing and dependencies
- black >= 24.0
# testing
- numpy >= 1.24.4
- pandas >= 2.1.1
- isort >= 5.7.0
- joblib
- mypy = 1.10.0
- pytest
- pytest-cov
- pytest-xdist
- pytest-asyncio
- pytz
- xdoctest
- nox
- uv
- setuptools # required in noxfile and not automatically provided by python >= 3.12
# ibis testing
- ibis-duckdb >= 11.0.0 # https://github.com/ibis-project/ibis/pull/11666
# fastapi testing
- uvicorn
- python-multipart
# documentation
- sphinx
- sphinx-design
- sphinx-autodoc-typehints <= 1.14.1
- sphinx-copybutton
- recommonmark
- myst-nb
# packaging
- twine
# performance testing
- asv >= 0.5.1
# optional
- prek
- pip:
# dask extra
- dask[dataframe]
- distributed
# ibis extra
- ibis-framework >= 9.0.0
# docs
- furo
- sphinx-docsearch
- grpcio
- ray
- typeguard
- types-click
- types-pytz
- types-pyyaml
- types-requests
- types-setuptools