Skip to content

Commit

Permalink
Merge pull request #18 from wpreimes/master
Browse files Browse the repository at this point in the history
Add more_itertools to requirements
  • Loading branch information
wpreimes authored May 10, 2019
2 parents 082c8e2 + 17c6201 commit ceacf69
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ notifications:
python:
# We don't actually use the Travis Python, but this keeps it organized.
- "2.7"
- "3.4"
- "3.5"
- "3.6"
install:
Expand All @@ -27,8 +26,8 @@ install:
- conda info -a

- conda create -n ismn python=${TRAVIS_PYTHON_VERSION}
- conda env update -f environment.yml -n ismn
- source activate ismn
- conda env update -f environment.yml
# - python setup.py install
# - pip install -r test-requirements.txt
- conda list
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog
=========

Unreleased
==========
-

Version 0.3.1
===========
- Set allow_pickle to True when loading metadata
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Add your requirements here like:
# install cartopy via conda first
pygeogrids
numpy
pandas
matplotlib>3
matplotlib
configparser
scipy
# cartopy
cython
cython
more_itertools

0 comments on commit ceacf69

Please sign in to comment.