Skip to content

Commit 80f48a1

Browse files
committed
Change pybind build version, blit plot bug and update to dev13
1 parent 3d12df4 commit 80f48a1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
requires = [
33
'setuptools>=61',
44
'wheel',
5-
'pybind11>=2.4',
5+
'pybind11>=2.4, <=2.13.6',
66
]
77
build-backend = 'setuptools.build_meta'
88

99
[project]
1010
name = "ratapi"
11-
version = "0.0.0.dev12"
11+
version = "0.0.0.dev13"
1212
description = "Python extension for the Reflectivity Analysis Toolbox (RAT)"
1313
readme = "README.md"
1414
requires-python = ">=3.10"

ratapi/utils/plotting.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@ def update_plot(self, data):
505505
show_error_bar=self.show_error_bar,
506506
show_grid=self.show_grid,
507507
show_legend=self.show_legend,
508+
shift_value=self.shift_value,
508509
animated=True,
509510
)
510511
self.figure.canvas.draw()

0 commit comments

Comments
 (0)