Skip to content

Commit 7b969d2

Browse files
committed
Update package requirements
1 parent 56ce9e1 commit 7b969d2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ name = "monic-framework"
33
version = "0.1.1"
44
description = "Monic Framework"
55
requires-python = ">=3.10"
6-
dependencies = ["fastapi[standard]>=0.115.6", "sqlmodel>=0.0.22"]
6+
dependencies = [
7+
"fastapi[standard]>=0.115.6",
8+
"sqlmodel>=0.0.22",
9+
"numpy",
10+
"pandas",
11+
"polars",
12+
]
713
authors = [{ name = "Cognica, Inc.", email = "support@cognica.io" }]
814
readme = "README.md"
915
license = { file = "LICENSE" }

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
fastapi[standard]
22
sqlmodel
3+
numpy
4+
pandas
5+
polars

0 commit comments

Comments
 (0)