-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
46 lines (42 loc) · 973 Bytes
/
pyproject.toml
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
[tool.poetry]
name = "asu-mcs"
version = "0.1.0"
description = ""
authors = ["Youmi Koh <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.11,<3.12"
opencv-python = "^4.7.0.72"
jupyter = "^1.0.0"
notebook = "^6.5.4"
numpy = "^1.23"
h5py = "^3.8.0"
clingo = "^5.6.2"
cffi = "^1.15.1"
plingo = "^1.1.0"
pandas = "^2.0.3"
matplotlib = "^3.7.2"
scipy = "^1.11.1"
pydantic = "1.10"
black = {extras = ["jupyter"], version = "^23.7.0"}
ruff = "^0.0.284"
scikit-learn = "^1.3.0"
keras = "2.13.1"
tensorflow = "2.13"
tensorflow-macos = "2.13.0"
pygments = "^2.16.1"
pymunk = {version = "^6.5.1", extras = ["all"]}
noise = "^1.2.2"
pygame = "^2.5.2"
torch = "^2.1.0"
torchtext = "^0.16.1"
transformers = "^4.35.2"
datasets = "^2.15.0"
nltk = "^3.8.1"
seaborn = "^0.13.0"
pytorch-lightning = "^2.1.2"
[tool.poetry.group.dev.dependencies]
ipykernel = "^6.23.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"