Skip to content

Commit bd958a1

Browse files
TomAugspurger1kastner
authored andcommitted
Update Contributing Environment section (pandas-dev#18052)
1 parent edad476 commit bd958a1

6 files changed

+232
-179
lines changed

ci/environment-dev.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: pandas-dev
2+
channels:
3+
- defaults
4+
- conda-forge
5+
dependencies:
6+
- Cython
7+
- NumPy
8+
- moto
9+
- pytest
10+
- python-dateutil
11+
- python=3
12+
- pytz
13+
- setuptools
14+
- sphinx
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
1-
pytest>=3.1.0
2-
pytest-cov
3-
pytest-xdist
4-
flake8
5-
sphinx=1.5*
6-
nbsphinx
7-
ipython
8-
python-dateutil
9-
pytz
10-
openpyxl
11-
xlsxwriter
12-
xlrd
13-
xlwt
14-
html5lib
15-
patsy
161
beautifulsoup4
17-
numpy
18-
cython
19-
scipy
2+
blosc
3+
bottleneck
4+
fastparquet
5+
feather-format
6+
html5lib
7+
ipython
8+
ipykernel
9+
jinja2
10+
lxml
11+
matplotlib
12+
nbsphinx
2013
numexpr
14+
openpyxl
15+
pyarrow
16+
pymysql
2117
pytables
22-
matplotlib
18+
pytest-cov
19+
pytest-xdist
20+
s3fs
21+
scipy
2322
seaborn
24-
lxml
2523
sqlalchemy
26-
bottleneck
27-
pymysql
28-
Jinja2
24+
xarray
25+
xlrd
26+
xlsxwriter
27+
xlwt

ci/requirements-optional-pip.txt

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# This file was autogenerated by scripts/convert_deps.py
2+
# Do not modify directlybeautifulsoup4
3+
blosc
4+
bottleneck
5+
fastparquet
6+
feather-format
7+
html5lib
8+
ipython
9+
jinja2
10+
lxml
11+
matplotlib
12+
nbsphinx
13+
numexpr
14+
openpyxl
15+
pyarrow
16+
pymysql
17+
tables
18+
pytest-cov
19+
pytest-xdist
20+
s3fs
21+
scipy
22+
seaborn
23+
sqlalchemy
24+
xarray
25+
xlrd
26+
xlsxwriter
27+
xlwt

ci/requirements_dev.txt

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
# This file was autogenerated by scripts/convert_deps.py
2+
# Do not modify directly
3+
Cython
4+
NumPy
5+
moto
6+
pytest
17
python-dateutil
28
pytz
3-
numpy
4-
cython
5-
pytest>=3.1.0
6-
pytest-cov
7-
flake8
8-
moto
9+
setuptools
10+
sphinx

0 commit comments

Comments
 (0)