Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0955078

Browse files
authored
pin pygfx to v0.7.x for release (#708)
1 parent f3c7879 commit 0955078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
install_requires = [
66
"numpy>=1.23.0",
7-
"pygfx>=0.5.0",
7+
"pygfx~=0.7.0",
88
"wgpu>=0.18.1",
99
"cmap>=0.1.3",
1010
]

0 commit comments

Comments
 (0)