From b9b7196069271544894dc493cb1396cb3409b1d6 Mon Sep 17 00:00:00 2001 From: Brady Johnston Date: Wed, 12 Jun 2024 18:06:10 +0800 Subject: [PATCH] fix test running --- pyproject.toml | 2 +- tests/__init__.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 tests/__init__.py diff --git a/pyproject.toml b/pyproject.toml index 9e1cefba..3bb22b87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ documentation = "https://bradyajohnston.github.io/MolecularNodes" [tool.poetry.dependencies] python = "~=3.11.0" -bpy = "~=4.1" +# bpy = "~=4.1" MDAnalysis = "~=2.7.0" biotite = "==0.40.0" mrcfile = "==1.4.3" diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 00000000..e69de29b