Skip to content

Commit a80ac79

Browse files
committed
fix znsocket dependency
1 parent 0a71d45 commit a80ac79

File tree

2 files changed

+2712
-2132
lines changed

2 files changed

+2712
-2132
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "zndraw"
3-
version = "0.5.10"
3+
version = "0.5.11"
44
description = "Display and Edit Molecular Structures and Trajectories in the Browser."
55
authors = [
66
{ name = "Fabian Zills", email = "[email protected]" },
@@ -27,7 +27,7 @@ dependencies = [
2727
"tqdm>=4.67.1",
2828
"typer>=0.15.1",
2929
"znjson>=0.2.6",
30-
"znsocket>=0.2.8",
30+
"znsocket==0.2.8",
3131
]
3232

3333
[project.urls]

0 commit comments

Comments
 (0)