File size: 404 Bytes
da3e9e3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[tool.poetry]
name = "pcbm-metashift"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]

readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
datasets = "^2.16.1"
pillow = "^10.2.0"


[tool.poetry.group.dev.dependencies]
omegaconf = "^2.3.0"
pydantic = "^2.5.3"
pytest = "^7.4.4"

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