Skip to content

Commit

Permalink
Fix: typo and requirements versions
Browse files Browse the repository at this point in the history
  • Loading branch information
PatriciaSkowronek committed Dec 19, 2023
1 parent 776241e commit 969b361
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pydiaid/synchropasef/gui_synchropasef.py
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ def create_layout(self):
self.scan_mode,
margin=(10, 30, 10, 10),
),
title='Additional Mehtod Settings',
title='Additional Method Settings',
collapsed=True,
collapsible=True,
header_background='#eaeaea',
Expand Down
1 change: 0 additions & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ matplotlib==3.7.4
scipy==1.10.1
seaborn==0.11.2
scikit-optimize==0.9.0
scipy==1.7.3
jinja2==3.0.2
shapely==2.0.2

0 comments on commit 969b361

Please sign in to comment.