From c7603eaefa428e85b11db44e2a779e3f360f8386 Mon Sep 17 00:00:00 2001 From: Mathieu Scheltienne Date: Fri, 2 Dec 2022 14:18:52 +0100 Subject: [PATCH] sync dep versions and add DS_Store to .gitignore --- .gitignore | 3 +++ requirements.txt | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6a5b616..0896862 100644 --- a/.gitignore +++ b/.gitignore @@ -133,3 +133,6 @@ dmypy.json # Pyre type checker .pyre/ + +# macOS +.DS_Store diff --git a/requirements.txt b/requirements.txt index 13d832c..62b5b13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -numpy>=1.9.3 +numpy>=1.17 +duecredit