File size: 522 Bytes
a00e24a
 
 
 
 
 
 
 
 
54556be
a00e24a
 
 
 
 
 
 
 
 
 
54556be
 
 
 
 
 
a00e24a
 
 
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
[tool.poetry]
name = "assignment-1"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
packages = [{include = "assignment_1"}]

[tool.poetry.dependencies]
python = "3.10.4"
black = "*"
jupyterlab = "*"
ipython = "*"
numpy = "*"
pandas = "*"
jax = "*"
matplotlib = "*"
seaborn = "*"


torch = "*"
transformers = {extras = ["torch"], version = "*"}
sentencepiece = "*"
protobuf = "==3.20.*"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"