Skip to content

Commit

Permalink
loosen requirement for numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
arnobaer committed Sep 18, 2023
1 parent 5eb0df5 commit 4a95d42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion comet/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.dev4"
__version__ = "1.0.dev5"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install_requires =
PyVISA-sim==0.4.*
pyserial==3.5.*
pyusb==1.2.*
numpy==1.21.*
numpy==1.*
pint==0.17.*
schema==0.7.*
PyYAML==6.0.*
Expand Down

0 comments on commit 4a95d42

Please sign in to comment.