diff --git a/pyproject.toml b/pyproject.toml index 3bb22b87..eb16fc99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "molecularnodes" -version = "4.2.0" +version = "4.2.9" description = "Toolbox for molecular animations with Blender and Geometry Nodes." authors = ["Brady Johnston "] license = "MIT" @@ -11,14 +11,12 @@ documentation = "https://bradyajohnston.github.io/MolecularNodes" [tool.poetry.dependencies] -python = "~=3.11.0" -# bpy = "~=4.1" +python = "~=3.11" +bpy = "~=4.2" 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 = "*"