Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions ci/environment-dev.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: pandas-dev
channels:
- defaults
- conda-forge
dependencies:
- Cython
- NumPy
- moto
- pytest
- python-dateutil
- python=3
- pytz
- setuptools
- sphinx
45 changes: 22 additions & 23 deletions ci/requirements_all.txt → ci/requirements-optional-conda.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,27 @@
pytest>=3.1.0
pytest-cov
pytest-xdist
flake8
sphinx=1.5*
nbsphinx
ipython
python-dateutil
pytz
openpyxl
xlsxwriter
xlrd
xlwt
html5lib
patsy
beautifulsoup4
numpy
cython
scipy
blosc
bottleneck
fastparquet
feather-format
html5lib
ipython
ipykernel
jinja2
lxml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you added this already (lxml), thanks!

matplotlib
nbsphinx
numexpr
openpyxl
pyarrow
pymysql
pytables
matplotlib
pytest-cov
pytest-xdist
s3fs
scipy
seaborn
lxml
sqlalchemy
bottleneck
pymysql
Jinja2
xarray
xlrd
xlsxwriter
xlwt
27 changes: 27 additions & 0 deletions ci/requirements-optional-pip.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# This file was autogenerated by scripts/convert_deps.py
# Do not modify directlybeautifulsoup4
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing a new line in the convert script

blosc
bottleneck
fastparquet
feather-format
html5lib
ipython
jinja2
lxml
matplotlib
nbsphinx
numexpr
openpyxl
pyarrow
pymysql
tables
pytest-cov
pytest-xdist
s3fs
scipy
seaborn
sqlalchemy
xarray
xlrd
xlsxwriter
xlwt
14 changes: 8 additions & 6 deletions ci/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# This file was autogenerated by scripts/convert_deps.py
# Do not modify directly
Cython
NumPy
moto
pytest
python-dateutil
pytz
numpy
cython
pytest>=3.1.0
pytest-cov
flake8
moto
setuptools
sphinx
Loading