-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
50 lines (48 loc) · 1.04 KB
/
pyproject.toml
File metadata and controls
50 lines (48 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[project]
name = "mestrado"
version = "0.1.0"
description = "Código do projeto de mestrado"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"datasets>=3.6.0",
"ipykernel>=6.29.5",
"matplotlib>=3.10.3",
"mumin>=1.8.0",
"nbformat>=5.10.4",
"networkx>=3.4.2",
"pandas>=2.2.3",
"plotly>=6.1.2",
"scikit-learn>=1.6.1",
"transformers>=4.52.3",
"wandb>=0.19.11",
"wordcloud>=1.9.4",
"jinja2==3.1.4",
"markupsafe==2.1.5",
"mpmath==1.3.0",
"sympy==1.13.3",
"torch==2.7.0+cu126",
"torchaudio==2.7.0+cu126",
"torchvision==0.22.0+cu126",
"sentencepiece>=0.2.0",
"bert-score>=0.3.13",
"accelerate>=1.7.0",
"seaborn>=0.13.2",
"textdistance>=4.6.3",
"openpyxl>=3.1.5",
"argparse>=1.4.0",
]
[tool.uv.sources]
torch = [
{ index = "pytorch-cu126" },
]
torchvision = [
{ index = "pytorch-cu126" },
]
torchaudio = [
{ index = "pytorch-cu126" },
]
[[tool.uv.index]]
name = "pytorch-cu126"
url = "https://download.pytorch.org/whl/cu126"
explicit = true