forked from BradyAJohnston/MolecularNodes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
35 lines (29 loc) · 826 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
[tool.poetry]
name = "molecularnodes"
version = "4.1.0"
description = "Toolbox for molecular animations with Blender and Geometry Nodes."
authors = ["Brady Johnston <[email protected]>"]
license = "MIT"
readme = "README.md"
homepage = "https://bradyajohnston.github.io/MolecularNodes"
repository = "https://github.com/bradyajohnston/MolecularNodes"
documentation = "https://bradyajohnston.github.io/MolecularNodes"
[tool.poetry.dependencies]
python = "~=3.11.0"
bpy = "~=4.1"
MDAnalysis = "~=2.7.0"
biotite = "==0.40.0"
mrcfile = "==1.4.3"
starfile = "==0.5.6"
pillow = "==10.2.0"
msgpack = "==1.0.7"
[tool.poetry.dev-dependencies]
pytest = "*"
pytest-cov = "*"
syrupy = "*"
quartodoc = "*"
scipy = "*"
[build-system]
requires = ["poetry-core>=1.1.0"]
build-backend = "poetry.core.masonry.api"
[tool.setuptools_scm]