File: actions-38-minimum_versions.yaml

package info (click to toggle)
pandas 1.5.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 56,516 kB
  • sloc: python: 382,477; ansic: 8,695; sh: 119; xml: 102; makefile: 97
file content (57 lines) | stat: -rw-r--r-- 1,099 bytes parent folder | download
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
# Minimum version of required + optional dependencies
# Aligned with getting_started/install.rst and compat/_optional.py
name: pandas-dev
channels:
  - conda-forge
dependencies:
  - python=3.8.0

  # test dependencies
  - cython>=0.29.32
  - pytest>=6.0
  - pytest-cov
  - pytest-xdist>=1.31
  - psutil
  - pytest-asyncio>=0.17
  - boto3

  # required dependencies
  - python-dateutil=2.8.1
  - numpy=1.20.3
  - pytz=2020.1

  # optional dependencies
  - beautifulsoup4=4.9.3
  - blosc=1.21.0
  - bottleneck=1.3.2
  - brotlipy=0.7.0
  - fastparquet=0.4.0
  - fsspec=2021.07.0
  - html5lib=1.1
  - hypothesis=6.13.0
  - gcsfs=2021.07.0
  - jinja2=3.0.0
  - lxml=4.6.3
  - matplotlib=3.3.2
  - numba=0.53.1
  - numexpr=2.7.3
  - odfpy=1.4.1
  - openpyxl=3.0.7
  - pandas-gbq=0.15.0
  - psycopg2=2.8.6
  - pyarrow=1.0.1
  - pymysql=1.0.2
  - pyreadstat=1.1.2
  - pytables=3.6.1
  - python-snappy=0.6.0
  - pyxlsb=1.0.8
  - s3fs=2021.08.0
  - scipy=1.7.1
  - sqlalchemy=1.4.16
  - tabulate=0.8.9
  - tzdata=2022a
  - xarray=0.19.0
  - xlrd=2.0.1
  - xlsxwriter=1.4.3
  - xlwt=1.3.0
  - zstandard=0.15.2