Skip to content

Commit fe90f52

Browse files
committed
pin pygfx>=0.1.10, update VERSION
1 parent 81aef23 commit fe90f52

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

fastplotlib/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0.a6
1+
0.1.0.a7

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ jupyterlab
33
jupyter_rfb
44
jupyterlab-widgets==1.1.1
55
ipywidgets<8.0.0
6-
git+https://github.com/pygfx/pygfx.git@main
6+
pygfx>=0.1.10

requirements_rtd.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ jupyterlab
33
jupyter_rfb
44
jupyterlab-widgets==1.1.1
55
ipywidgets<8.0.0
6-
git+https://github.com/pygfx/pygfx.git@main
6+
pygfx>=0.1.10
77
pydata-sphinx-theme<0.10.0
88
glfw

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',
7-
'pygfx @ git+https://github.com/pygfx/pygfx.git@main',
7+
'pygfx>=0.1.10',
88
'jupyterlab',
99
'jupyterlab-widgets==1.1.1',
1010
'ipywidgets<8.0.0',

0 commit comments

Comments
 (0)