Skip to content

Commit

Permalink
Revert "Test with new ndicapi version"
Browse files Browse the repository at this point in the history
This reverts commit 07f124c.

The ndicapi api hasn't changed so there should be no need to specify
vesion >=3.7.0
  • Loading branch information
thompson318 committed Nov 1, 2023
1 parent 07f124c commit 77baf8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# It is used by pip to manage software dependencies. It is not to be
# confused with the software requirements, which are listed in
# doc/requirements.rst
ndicapi==3.7.0rc1
ndicapi>=3.2.6
numpy>=1.11
six>=1.10
scikit-surgerycore>=0.7.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
install_requires=[
'six>=1.10',
'numpy>=1.11',
'ndicapi==3.7.0rc1',
'ndicapi>=3.2.6',
'scikit-surgerycore>=0.7.0',
'pyserial'
],
Expand Down

0 comments on commit 77baf8e

Please sign in to comment.