Skip to content

Commit

Permalink
Merge pull request #693 from Hugovdberg/release/v0.10.6
Browse files Browse the repository at this point in the history
Remove dependency versions in setup.cfg
  • Loading branch information
Hugovdberg authored Feb 4, 2023
2 parents 0fae26d + 75e544d commit cf41317
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion PIconnect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# pragma pylint: enable=unused-import

__version__ = "0.10.5"
__version__ = "0.10.6"
__sdk_version = tuple(int(x) for x in AF.PISystems().Version.split("."))

__all__ = [
Expand Down
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ packages =
PIconnect
PIconnect._typing
install_requires =
pandas==1.5.2
wrapt==1.14.1
pytz==2022.7.1
pythonnet==3.0.1
pandas
wrapt
pytz
pythonnet
python_requires = >= 3.8
include_package_data = True
zip_safe=False
Expand Down

0 comments on commit cf41317

Please sign in to comment.