Skip to content

Commit

Permalink
Fix issue #5: limit the version of pyvisa to <= 1.10.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkh42 committed Oct 6, 2020
1 parent 68bb610 commit 6d7e5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# VISA library
pyvisa >= 1.9
pyvisa >= 1.9 , <= 1.10.1
pyvisa-py >= 0.3
pyvisa-sim >= 0.3

Expand Down

0 comments on commit 6d7e5e2

Please sign in to comment.