From 15a693ff50053756f9cbb51c0a56618868a51a25 Mon Sep 17 00:00:00 2001 From: Olivier Malenfant-Thuot Date: Mon, 20 Sep 2021 13:17:19 -0400 Subject: [PATCH 1/2] updates to some requirements --- requirements_dev.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index a4da1be..f77a4c1 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,17 +1,17 @@ -pip==21.1.3 -wheel==0.36.2 -black==21.6b0 +pip==21.2.4 +wheel==0.37.0 +black==21.9b0 flake8==3.9.2 -numpy==1.21.0 +numpy==1.21.2 torch==1.9.0 torchvision==0.10.0 -twine==3.4.1 -pytest==6.2.4 +twine==3.4.2 +pytest==6.2.5 pytest-cov==2.12.1 pytest-sugar==0.9.4 -coveralls==3.1.0 +coveralls==3.2.0 ase==3.22.0 git+https://github.com/atomistic-machine-learning/schnetpack.git -sphinx==4.0.2 +sphinx==4.2.0 sphinx-rtd-theme==0.5.2 git+https://github.com/crossnox/m2r@dev#egg=m2r From d0bc9abf6c983e76128611e99f79de59a4eced6c Mon Sep 17 00:00:00 2001 From: Olivier Malenfant-Thuot Date: Tue, 21 Sep 2021 13:14:42 -0400 Subject: [PATCH 2/2] update torch --- requirements_dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index f77a4c1..cc9db37 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,8 +3,8 @@ wheel==0.37.0 black==21.9b0 flake8==3.9.2 numpy==1.21.2 -torch==1.9.0 -torchvision==0.10.0 +torch==1.9.1 +torchvision==0.10.1 twine==3.4.2 pytest==6.2.5 pytest-cov==2.12.1