-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
32 lines (27 loc) · 845 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
[tool.poetry]
name = "neural-network-pdes"
version = "0.2.0"
description = ""
authors = ["John <john.loverich@gmail.com>"]
license = "MIT"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
matplotlib = "^3.6.2"
omegaconf = "^2.2.3"
torch-optimizer = "^0.3.0"
high-order-layers-optimizers = { git = "https://github.com/jloveric/adahessian.git", branch = "master" }
lion-pytorch = "^0.1.2"
hydra-core = "^1.3.2"
high-order-layers-torch = "^2.5.1"
pillow = "^10.3.0"
sophia-optimizer = {git = "https://github.com/stas00/Sophia.git", rev = "patch-1"}
[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
black = {version = "^22.3.0", allow-prereleases = true}
[tool.poetry.group.dev.dependencies]
tensorboard = "^2.11.0"
jupyter = "^1.0.0"
sympy = "^1.11.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"