forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathactions-311.yaml
More file actions
64 lines (59 loc) · 1.21 KB
/
actions-311.yaml
File metadata and controls
64 lines (59 loc) · 1.21 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
name: pandas-dev
channels:
- conda-forge
dependencies:
- python=3.11
# build dependencies
- versioneer
- cython<4.0.0a0
- meson=1.10.0
- meson-python=0.18.0
# test dependencies
- pytest>=8.3.4
- pytest-cov
- pytest-xdist>=3.6.1
- pytest-localserver>=0.9.0
- pytest-qt>=4.4.0
- boto3=1.40.46
# required dependencies
- python-dateutil
- numpy
# optional dependencies
- adbc-driver-postgresql>=1.2.0
- adbc-driver-sqlite>=1.2.0
- beautifulsoup4>=4.12.3
- bottleneck>=1.4.2
- fastparquet>=2024.11.0
- fsspec>=2024.10.0
- html5lib>=1.1
- hypothesis>=6.116.0
- gcsfs>=2024.10.0
- jinja2>=3.1.5
- lxml>=5.3.0
- matplotlib>=3.9.3
- numba>=0.60.0
- numexpr>=2.10.2
- odfpy>=1.4.1
- qtpy>=2.4.2
- pyqt>=5.15.9
- openpyxl>=3.1.5
- psycopg2>=2.9.10
- pyarrow>=13.0.0
- pyiceberg>=0.8.1
- pydantic<2.12.0 # TMP pin to avoid pyiceberg/pydantic issues
- pymysql>=1.1.1
- pyreadstat>=1.2.8
- pytables>=3.10.1
- python-calamine>=0.3.0
- pytz>=2020.1
- pyxlsb>=1.0.10
- s3fs>=2024.10.0
- scipy>=1.14.1
- sqlalchemy>=2.0.36
- tabulate>=0.9.0
- xarray>=2024.10.0
- xlrd>=2.0.1
- xlsxwriter>=3.2.0
- zstandard>=0.23.0
- pip:
- tzdata>=2023.3