-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies to latest versions (#138)
* Update dependencies to latest versions Has been tested on Python 3.8 and Python 3.10 - Issue with dependencies of matplotlib on Python 3.8 identified. - numpy will be deprecated soon ``` tests/test_sailor/test_sap_iot/test_fetch.py: 14 warnings tests/test_sailor/test_sap_iot/test_wrappers.py: 6 warnings tests/test_sailor/test_sap_iot/test_write.py: 15 warnings (...)/python3.10/site-packages/pandas/core/algorithms.py:522: DeprecationWarning: np.find_common_type is deprecated. Please use `np.result_type` or `np.promote_types`. See https://numpy.org/devdocs/release/1.25.0-notes.html and the docs for more information. (Deprecated NumPy 1.25) ``` * Update PR validation Python version to 3.10
- Loading branch information
Showing
3 changed files
with
33 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters