generated from opentensor/bittensor-subnet-template
-
Notifications
You must be signed in to change notification settings - Fork 17
/
pyproject.toml
31 lines (28 loc) · 886 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
[tool.poetry]
name = "folding"
version = "1.2.2"
description = "Macrocosmos Subnet 25: Folding"
authors = ["Brian McCrindle <[email protected]>", "Sergio Champoux <[email protected]>", "Szymon Fonau <[email protected]>"]
[tool.poetry.dependencies]
python = ">=3.11,<3.13"
torch = "^2.3.0"
loguru = "0.7.2"
pandas = "*"
bittensor = "8.4.2"
tenacity = "9.0.0"
python-dotenv = "1.0.1"
wandb = "0.17.2"
eth-utils = "2.1.1"
parmed = "4.2.2"
plotly = "5.22.0"
kaleido = "0.2.1"
async-timeout = "4.0.3"
pdbfixer = { git = "https://github.com/macrocosm-os/pdbfixer.git", branch = "master" }
ipykernel = "^6.29.5"
tqdm = "^4.67.0"
openmm = {extras = ["cuda12"], version = "^8.2.0"}
openmm-cuda-12 = "^8.2.0"
atom = { git = "https://github.com/macrocosm-os/atom.git", branch = "main" }
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"