Skip to content

Commit 13fcdc0

Browse files
committed
Add numpy to requirements.
1 parent 6c85877 commit 13fcdc0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ server = [
6868
"fastapi>=0.103.1",
6969
"pyyaml~=6.0",
7070
"optimade[mongo]",
71+
"numpy>=1.20"
7172
]
7273

7374
# Client minded

requirements-server.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ elasticsearch==7.17.7
22
elasticsearch-dsl==7.4.0
33
fastapi==0.103.1
44
mongomock==4.1.2
5+
numpy>=1.20
56
pymongo==4.5.0

0 commit comments

Comments
 (0)