Skip to content

Commit

Permalink
Merge pull request #692 from Hugovdberg/master
Browse files Browse the repository at this point in the history
Update develop with latest release version
  • Loading branch information
Hugovdberg authored Feb 4, 2023
2 parents a1d2d80 + 0fae26d commit 238b820
Show file tree
Hide file tree
Showing 5 changed files with 231 additions and 122 deletions.
1 change: 1 addition & 0 deletions PIconnect/AFSDK.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def __fallback():
if (
os.getenv("GITHUB_ACTIONS", "false").lower() == "true"
or os.getenv("TF_BUILD", "false").lower() == "true"
or os.getenv("READTHEDOCS", "false").lower() == "true"
):
_af, _AF_SDK_version = __fallback()
else:
Expand Down
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.4"
__version__ = "0.10.5"
__sdk_version = tuple(int(x) for x in AF.PISystems().Version.split("."))

__all__ = [
Expand Down
72 changes: 43 additions & 29 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 24 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
-i https://pypi.org/simple
cffi==1.15.1
clr-loader==0.2.5; python_version >= '3.7'
numpy==1.24.1; python_version >= '3.10'
pandas==1.5.2
-e .
pycparser==2.21
python-dateutil==2.8.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pythonnet==3.0.1
pytz==2022.7.1
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
wrapt==1.14.1
-i https://pypi.org/simple

cffi==1.15.1

clr-loader==0.2.5 ; python_version >= '3.7'

numpy==1.24.1 ; python_version >= '3.10'

pandas==1.5.2

-e .

pycparser==2.21

python-dateutil==2.8.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'

pythonnet==3.0.1

pytz==2022.7.1

six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'

wrapt==1.14.1

Loading

0 comments on commit 238b820

Please sign in to comment.