-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #430 from BradyAJohnston/dev-cleanup
minor cleanup
- Loading branch information
Showing
6 changed files
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file modified
BIN
-116 Bytes
(100%)
molecularnodes/assets/template/Molecular Nodes/startup.blend
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "molecularnodes" | ||
version = "4.0.9" | ||
version = "4.0.10" | ||
description = "Toolbox for molecular animations with Blender and Geometry Nodes." | ||
authors = ["Brady Johnston <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -12,12 +12,12 @@ documentation = "https://bradyajohnston.github.io/MolecularNodes" | |
|
||
[tool.poetry.dependencies] | ||
python = "~=3.10.0" | ||
bpy = ">=4.0" | ||
MDAnalysis = ">=2.7.0" | ||
biotite = "==0.37.0" | ||
mrcfile = "1.4.3" | ||
starfile = "0.5.1" | ||
msgpack = "1.0.7" | ||
bpy = "~=4.0" | ||
MDAnalysis = "~=2.7.0" | ||
biotite = "~=0.37.0" | ||
mrcfile = "~=1.4.3" | ||
starfile = "~=0.5.1" | ||
msgpack = "~=1.0.7" | ||
|
||
[tool.poetry.dev-dependencies] | ||
pytest = "*" | ||
|
@@ -31,4 +31,3 @@ requires = ["poetry-core>=1.1.0"] | |
build-backend = "poetry.core.masonry.api" | ||
|
||
[tool.setuptools_scm] | ||
|