Skip to content

Commit

Permalink
tweak install
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyAJohnston committed Dec 12, 2023
1 parent 69c55b2 commit a04d3a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ documentation = "https://bradyajohnston.github.io/MolecularNodes"
[tool.poetry.dependencies]
python = "~=3.10.0"
bpy = ">=4.0"
MDAnalysis = ">=2.6.1"
biotite = ">=0.37.0"
mrcfile = "*"
starfile = "*"
msgpack = "*"
MDAnalysis = "==2.6.1"
biotite = "==0.37.0"
mrcfile = "1.4.3"
starfile = "0.5.1"
msgpack = "1.0.7"

[tool.poetry.dev-dependencies]
pytest = "*"
Expand Down

0 comments on commit a04d3a6

Please sign in to comment.