Skip to content

Commit

Permalink
Add numpy to requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
JPBergsma committed Oct 12, 2023
1 parent 6c85877 commit 13fcdc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ server = [
"fastapi>=0.103.1",
"pyyaml~=6.0",
"optimade[mongo]",
"numpy>=1.20"
]

# Client minded
Expand Down
1 change: 1 addition & 0 deletions requirements-server.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ elasticsearch==7.17.7
elasticsearch-dsl==7.4.0
fastapi==0.103.1
mongomock==4.1.2
numpy>=1.20
pymongo==4.5.0

0 comments on commit 13fcdc0

Please sign in to comment.