also add matplotlib dep so that we can have jupyter notebooks
This commit is contained in:
+3
-1
@@ -7,6 +7,8 @@ requires-python = ">=3.10"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"datasets>=4.0.0",
|
"datasets>=4.0.0",
|
||||||
"fastapi>=0.117.1",
|
"fastapi>=0.117.1",
|
||||||
|
"ipykernel>=7.1.0",
|
||||||
|
"matplotlib>=3.10.8",
|
||||||
"psutil>=7.1.0",
|
"psutil>=7.1.0",
|
||||||
"python-dotenv>=1.2.1",
|
"python-dotenv>=1.2.1",
|
||||||
"regex>=2025.9.1",
|
"regex>=2025.9.1",
|
||||||
@@ -14,7 +16,7 @@ dependencies = [
|
|||||||
"setuptools>=80.9.0",
|
"setuptools>=80.9.0",
|
||||||
"tiktoken>=0.11.0",
|
"tiktoken>=0.11.0",
|
||||||
"tokenizers>=0.22.0",
|
"tokenizers>=0.22.0",
|
||||||
"torch>=2.8.0",
|
"torch>=2.9.0",
|
||||||
"transformers>=4.57.3",
|
"transformers>=4.57.3",
|
||||||
"uvicorn>=0.36.0",
|
"uvicorn>=0.36.0",
|
||||||
"wandb>=0.21.3",
|
"wandb>=0.21.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user