diff --git a/README.md b/README.md
index e74268b..9a1c98d 100644
--- a/README.md
+++ b/README.md
@@ -275,7 +275,6 @@ If you are not a programmer but would like to contribute, check out the [Awesome
- [mitmproxy](https://github.com/mitmproxy/mitmproxy) _(label: help-wanted)_
An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers
- [mygpo](https://github.com/gpodder/mygpo) _(label: starter-issue)_
The webservice for gpodder.net, a libre web service that allows users to manage their podcast subscriptions and discover new content.
- [mypy](https://github.com/python/mypy) _(label: good-first-issue)_
An optional static typing for python.
-- [numpy](https://github.com/numpy/numpy) _(label: good first issue)_
The numpy is a package for scientific computing with Python, which is useful for performing computations involving large multidimensional arrays and matrices.
- [OpenMetadata](https://github.com/open-metadata/OpenMetadata) _(label: good first issue)_
OpenMetadata is an all-in-one platform for data discovery, data quality, observability, governance, data lineage, and team collaboration.
- [opsdroid](https://github.com/opsdroid/opsdroid) _(label: good-first-issue)_
An open source chat-ops bot framework.
- [pandas](https://github.com/pandas-dev/pandas) _(label: good-first-issue)_
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
diff --git a/data.json b/data.json
index 28ce1de..ddcad14 100644
--- a/data.json
+++ b/data.json
@@ -1491,6 +1491,15 @@
],
"description": "Software to automate the management and configuration of any infrastructure or application at scale."
},
+ {
+ "name": "numpy",
+ "link": "https://github.com/numpy/numpy",
+ "label": "good-first-issue",
+ "technologies": [
+ "Python"
+ ],
+ "description": "A python language library which is used in computing large multidimensional arrays and and matrices using built-in functions."
+ },
{
"name": "mygpo",
"link": "https://github.com/gpodder/mygpo",