File size: 262 Bytes
3ac5c08
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[project]
name = "notebooklm"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
    "kokoro>=0.9.2",
    "soundfile",
    "torch",
    "PyPDF2",
    "numpy",
    "openai",
    "ipython"
]