Skip to content

Commit

Permalink
Update requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Jul 9, 2020
1 parent b6b7c7b commit 8840635
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
14 changes: 7 additions & 7 deletions requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
pytest==5.4.2
pytest==5.4.3
pytest-cov==2.8.1
numpy==1.18.4
numpy==1.18.5
ruamel.yaml==0.16.10
msgpack==1.0.0
tqdm==4.46.0
tqdm==4.47.0
coverage==5.1
coveralls==2.0.0
coveralls==2.1.1
pymongo==3.10.1
pycodestyle==2.5.0
pycodestyle==2.6.0
mypy==0.770
pydocstyle==5.0.2
flake8==3.7.9
pylint==2.5.2
flake8==3.8.1
pylint==2.5.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
setup(
name="monty",
packages=find_packages(),
version="3.0.2",
version="3.0.3",
extras_require={"yaml": ["ruamel.yaml"], },
package_data={},
author="Shyue Ping Ong",
Expand Down
3 changes: 1 addition & 2 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import requests
import json
import os
import re

from invoke import task
from monty.os import cd
Expand Down Expand Up @@ -133,7 +132,7 @@ def commit(ctx):

@task
def release(ctx):
setver(ctx)
# setver(ctx)
test(ctx)
update_doc(ctx)
publish(ctx)
Expand Down

0 comments on commit 8840635

Please sign in to comment.