From 884063518e5f9dfbc70553626b7c89a496430e37 Mon Sep 17 00:00:00 2001 From: zyrd Date: Thu, 9 Jul 2020 11:16:26 -0700 Subject: [PATCH] Update requirements. --- requirements-ci.txt | 14 +++++++------- setup.py | 2 +- tasks.py | 3 +-- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index 443f95570..9f60b087d 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -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 \ No newline at end of file diff --git a/setup.py b/setup.py index 304add226..773087aee 100644 --- a/setup.py +++ b/setup.py @@ -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", diff --git a/tasks.py b/tasks.py index 0fbc04214..d73a2918b 100755 --- a/tasks.py +++ b/tasks.py @@ -10,7 +10,6 @@ import requests import json import os -import re from invoke import task from monty.os import cd @@ -133,7 +132,7 @@ def commit(ctx): @task def release(ctx): - setver(ctx) + # setver(ctx) test(ctx) update_doc(ctx) publish(ctx)