Skip to content

Commit

Permalink
DEV: Cleanup env (pandas-dev#29431)
Browse files Browse the repository at this point in the history
* DEV: Cleanup dev environment
  • Loading branch information
TomAugspurger authored Nov 6, 2019
1 parent fced5b1 commit 8b0f806
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
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

0 comments on commit 8b0f806

Please sign in to comment.