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
|
# Test: random
name: pandas-dev
channels:
- conda-forge
dependencies:
- python=3.8
# build dependencies
- versioneer[toml]
- cython>=0.29.32
# test dependencies
- pytest>=7.3.2
- pytest-cov
- pytest-xdist>=2.2.0
- psutil
- boto3
# required dependencies
- python-dateutil
- numpy
- pytz
# optional dependencies
- beautifulsoup4
- blosc
- bottleneck>=1.3.2
- fastparquet>=0.6.3
- fsspec>=2021.07.0
- html5lib>=1.1
- hypothesis
- gcsfs>=2021.07.0
- jinja2
- lxml>=4.6.3
- matplotlib>=3.6.1
- numba
- numexpr>=2.7.3
- openpyxl>=3.0.7
- odfpy>=1.4.1
- psycopg2
- pyarrow<11, >=7.0.0
- pymysql>=1.0.2
- pyreadstat>=1.1.2
- pytables>=3.6.1
- python-calamine>=0.1.7
- pyxlsb>=1.0.8
- s3fs>=2021.08.0
- scipy>=1.7.1
- sqlalchemy>=1.4.16
- tabulate>=0.8.9
- xarray>=0.21.0
- xlrd>=2.0.1
- xlsxwriter>=1.4.3
- zstandard>=0.15.2
|