forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
60 lines (58 loc) · 873 Bytes
/
environment.yml
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
name: pandas-dev
channels:
- defaults
- conda-forge
dependencies:
# required
- numpy>=1.15
- python=3
- python-dateutil>=2.5.0
- pytz
# development
- asv
- cython>=0.28.2
- flake8
- flake8-comprehensions
- flake8-rst>=0.6.0,<=0.7.0
- gitpython
- hypothesis>=3.82
- isort
- moto
- mypy
- pycodestyle
- pytest>=4.0.2
- pytest-mock
- sphinx
- numpydoc>=0.9.0
- pip
# optional
- beautifulsoup4>=4.2.1
- blosc
- botocore>=1.11
- boto3
- bottleneck>=1.2.1
- fastparquet>=0.2.1
- html5lib
- ipython>=5.6.0
- ipykernel
- jinja2
- lxml
- matplotlib>=2.2.2
- nbsphinx
- numexpr>=2.6.8
- openpyxl
- pyarrow>=0.9.0
- pytables>=3.4.2
- pytest-cov
- pytest-xdist
- s3fs
- scipy>=1.1
- seaborn
- sqlalchemy
- statsmodels
- xarray
- xlrd
- xlsxwriter
- xlwt
- pip:
- cpplint