forked from agh-cs-ai/podstawy-sztucznej-inteligencji
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
39 lines (35 loc) · 831 Bytes
/
Copy pathpyproject.toml
File metadata and controls
39 lines (35 loc) · 831 Bytes
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
[tool.poetry]
name = "ai-course-agh"
version = "0.1.0"
description = "Exercises for AI course at AGH."
authors = ["Aleksander Smywinski-Pohl <apohllo@o2.pl>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.11.0"
jupyterlab = "^4.2.5"
jupyterlab-execute-time = "^3.2.0"
jupytext = "^1.16.4"
lightgbm = "^4.5.0"
matplotlib = "^3.9.2"
missingno = "^0.5.2"
numpy = "^1.26.4"
pandas = "^2.2.3"
scikit-learn = "^1.5.2"
imblearn = "^0.0"
torch = "^2.5.1"
transformers = "^4.46.3"
sacremoses = "^0.1.1"
datasets = "^3.1.0"
evaluate = "^0.4.3"
sentencepiece = "^0.1.99"
accelerate = "^0.26.0"
peft = "^0.13.2"
iprogress = "^0.4"
tensorboard = "^2.18.0"
tqdm = "^4.67.1"
protobuf = "3.20.0"
scikit-surprise = "^1.1.4"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"