We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c85877 commit 13fcdc0Copy full SHA for 13fcdc0
pyproject.toml
@@ -68,6 +68,7 @@ server = [
68
"fastapi>=0.103.1",
69
"pyyaml~=6.0",
70
"optimade[mongo]",
71
+ "numpy>=1.20"
72
]
73
74
# Client minded
requirements-server.txt
@@ -2,4 +2,5 @@ elasticsearch==7.17.7
2
elasticsearch-dsl==7.4.0
3
fastapi==0.103.1
4
mongomock==4.1.2
5
+numpy>=1.20
6
pymongo==4.5.0
0 commit comments