forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathactions-311.yaml
57 lines (53 loc) · 881 Bytes
/
actions-311.yaml
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
name: pandas-dev
channels:
- conda-forge
dependencies:
- python=3.11
# build dependencies
- versioneer[toml]
- cython>=0.29.32
# test dependencies
- pytest>=7.0
- pytest-cov
- pytest-xdist>=2.2.0
- psutil
- pytest-asyncio>=0.17
- boto3
# required dependencies
- python-dateutil
- numpy
- pytz
# optional dependencies
- beautifulsoup4
- blosc
- bottleneck
- brotlipy
- fastparquet
- fsspec
- html5lib
- hypothesis
- gcsfs
- jinja2
- lxml
- matplotlib>=3.6.1
# - numba not compatible with 3.11
- numexpr
- openpyxl
- odfpy
- pandas-gbq
- psycopg2
- pymysql
# - pytables>=3.8.0 # first version that supports 3.11
- pyarrow<11
- pyreadstat
- python-snappy
- pyxlsb
- s3fs>=2021.08.0
- scipy
- sqlalchemy<1.4.46
- tabulate
- tzdata>=2022a
- xarray
- xlrd
- xlsxwriter
- zstandard