Skip to content

Cleanup env #29431

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 6, 2019
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
6 changes: 2 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: pandas-dev
channels:
- defaults
- conda-forge
dependencies:
# required
- numpy>=1.15
- python=3
- python=3.7
- python-dateutil>=2.6.1
- pytz

Expand All @@ -22,7 +21,7 @@ dependencies:
- flake8-comprehensions # used by flake8, linting of unnecessary comprehensions
- flake8-rst>=0.6.0,<=0.7.0 # linting of code blocks in rst files
- isort # check that imports are in the right order
- mypy
- mypy=0.720
- pycodestyle # used by flake8

# documentation
Expand Down Expand Up @@ -54,7 +53,6 @@ dependencies:
- moto # mock S3
- pytest>=4.0.2
- pytest-cov
- pytest-mock
- pytest-xdist
- seaborn
- statsmodels
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
numpy>=1.15
python==3.7
python-dateutil>=2.6.1
pytz
asv
Expand All @@ -9,7 +10,7 @@ flake8
flake8-comprehensions
flake8-rst>=0.6.0,<=0.7.0
isort
mypy
mypy==0.720
pycodestyle
gitpython
sphinx
Expand All @@ -32,7 +33,6 @@ hypothesis>=3.82
moto
pytest>=4.0.2
pytest-cov
pytest-mock
pytest-xdist
seaborn
statsmodels
Expand Down