From ad06e012c664b5056af4b10d0c1b6edac5235933 Mon Sep 17 00:00:00 2001 From: Aleander Apostolov Date: Wed, 30 Nov 2022 16:15:08 -0800 Subject: [PATCH 1/3] add .conda folder to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 603b743..2256679 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ notebooks/* *.sbatch *.err *.out +.conda From 3ff012a22871883bb0d05a893c73454f8d9ba369 Mon Sep 17 00:00:00 2001 From: Aleander Apostolov Date: Tue, 24 Jan 2023 15:23:05 -0800 Subject: [PATCH 2/3] Update gitignore for Pycharm --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2256679..74fa294 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ notebooks/* *.err *.out .conda +.idea/ From 9cf48bf3eef10312d59a8c6e55ce2547b3835788 Mon Sep 17 00:00:00 2001 From: Aleander Apostolov Date: Wed, 25 Jan 2023 10:26:34 -0800 Subject: [PATCH 3/3] update numpy requirements --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 72e22a1..4d6ae62 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -numpy==1.15.2 +numpy>=1.21.6 pyliftover==0.4 pytabix==0.1