-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
78f1c1d
commit 49970b5
Showing
2 changed files
with
11 additions
and
11 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
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 |
---|---|---|
|
@@ -8,25 +8,25 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "MolecularNodes" | ||
version = "2.9.1" | ||
version = "2.10.0" | ||
authors = [ | ||
{name = "Brady Johnston", email = "[email protected]"}, | ||
] | ||
description = "Toolbox for molecular animations with Blender and Geometry Nodes." | ||
requires-python = ">=3.10.0" | ||
dependencies = [ | ||
"bpy>=3.5.0", | ||
"MDAnalysis==2.5.0", | ||
"MDAnalysis==2.6.1", | ||
"biotite==0.37.0", | ||
"mrcfile", | ||
"eulerangles", | ||
"starfile", | ||
# these test-specific packages should really go in their own | ||
|
||
# these test-specific packages should really go in their own | ||
# optional-dependencies, but I can't figure out how to get pit to install them | ||
# TODO: worry about it when we try to make it into an installable package | ||
"pytest", | ||
"pytest-cov", | ||
"pytest", | ||
"pytest-cov", | ||
"pytest-snapshot" | ||
] | ||
[project.optional-dependencies] | ||
|