Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
gituser789 committed Jun 26, 2024
1 parent 4b3cff2 commit 5c7bb35
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- read lecroy scopes over ethernet

## [0.1.0] - 2023-05-19
Initial toolbox functionality
Expand Down
1 change: 1 addition & 0 deletions examples/scope_example.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Example file to demonstrate the scope functionality."""
import pysignalscope as pss

# Use this line to change the fonts into LaTeX font.
# pss.global_plot_settings_font_latex()

# ------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
helper_functions
matplotlib
numpy
lecroyutils

0 comments on commit 5c7bb35

Please sign in to comment.