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
|
name: pandas-dev
channels:
- conda-forge
dependencies:
- python=3.9
# 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
- numpy
- pytz
# optional dependencies
- beautifulsoup4
- blosc
- bottleneck
- brotlipy
- fastparquet
- fsspec
- html5lib
- hypothesis
- gcsfs
- jinja2
- lxml
- matplotlib>=3.6.1
- numba
- numexpr
- openpyxl
- odfpy
- pandas-gbq
- psycopg2
- pymysql
- pyarrow<10
- pyreadstat
- pytables
- python-snappy
- pyxlsb
- s3fs>=2021.08.0
- scipy
- sqlalchemy<1.4.46
- tabulate
- tzdata>=2022a
- xarray
- xlrd
- xlsxwriter
- xlwt
- zstandard
|