Skip to content

Commit

Permalink
Update dep for tox.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Jul 9, 2017
1 parent fe6e03d commit 24a0f19
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ envlist = py27,py36
[testenv]
passenv = PMG_MAPI_KEY GULP_LIB COVERALLS_REPO_TOKEN CIRCLE*
deps =
numpy==1.13.0
numpy==1.13.1
pydispatcher==2.0.5
sympy==1.0
requests==2.17.3
monty==1.0.0
ruamel.yaml==0.15.6
sympy==1.1
requests==2.18.1
monty==1.0.1
ruamel.yaml==0.15.18
six==1.10.0
scipy==0.19.0
scipy==0.19.1
tabulate==0.7.7
enum34==1.1.6; python_version < '3.5'
matplotlib==2.0.2
Expand Down

0 comments on commit 24a0f19

Please sign in to comment.