From 7d2f870e49451a708ba5654006968eb1340782de Mon Sep 17 00:00:00 2001 From: Shmavon Gazanchyan Date: Tue, 30 Aug 2022 00:47:33 +0100 Subject: [PATCH] Remove numpy Closes #1096 --- data.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/data.json b/data.json index 25729cd..651750e 100644 --- a/data.json +++ b/data.json @@ -1430,13 +1430,6 @@ "technologies": ["Python"], "description": "An optional static typing for python." }, - { - "name": "numpy", - "link": "https://github.com/numpy/numpy", - "label": "good-first-issue", - "technologies": ["Python"], - "description": "It is the core library for scientific computing, which contains a powerful n-dimensional array object." - }, { "name": "matplotlib", "link": "https://github.com/matplotlib/matplotlib",