We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d12df4 commit 80f48a1Copy full SHA for 80f48a1
pyproject.toml
@@ -2,13 +2,13 @@
2
requires = [
3
'setuptools>=61',
4
'wheel',
5
- 'pybind11>=2.4',
+ 'pybind11>=2.4, <=2.13.6',
6
]
7
build-backend = 'setuptools.build_meta'
8
9
[project]
10
name = "ratapi"
11
-version = "0.0.0.dev12"
+version = "0.0.0.dev13"
12
description = "Python extension for the Reflectivity Analysis Toolbox (RAT)"
13
readme = "README.md"
14
requires-python = ">=3.10"
ratapi/utils/plotting.py
@@ -505,6 +505,7 @@ def update_plot(self, data):
505
show_error_bar=self.show_error_bar,
506
show_grid=self.show_grid,
507
show_legend=self.show_legend,
508
+ shift_value=self.shift_value,
509
animated=True,
510
)
511
self.figure.canvas.draw()
0 commit comments