Skip to content

Commit

Permalink
Update pandas to 2.0.1 in standard-EXASOL-8.0.0 flavor and compatible…
Browse files Browse the repository at this point in the history
… template flavors and replace asscalar with item in test dataframe.py, because asscalar was removed
  • Loading branch information
tkilias committed May 4, 2023
1 parent 274dfb8 commit fba04b6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ azure-storage-blob|12.9.0
azure-storage-file-datalake|12.5.0
azure-storage-file-share|12.6.0
azure-storage-queue|12.1.6
boto3|1.20.37
boto3|1.26.125
google-cloud-asset|3.7.1
google-cloud-bigquery|2.32.0
google-cloud-bigquery-storage|2.11.0
Expand All @@ -34,41 +34,41 @@ google-cloud-spanner|3.12.1
google-cloud-storage|2.0.0
google-cloud-trace|1.5.1
martian|1.4
protobuf|3.19.5
pyexasol|0.23.3
protobuf|3.20.3
pyexasol|0.25.2
pysftp|0.2.9
pytz|2021.3
sagemaker|2.72.3
pytz|2023.3
sagemaker|2.151.0
setuptools|65.5.1
pycurl|7.44.1
redis|4.5.4
roman|3.3
pyodbc|4.0.32
lxml|4.9.1
scipy|1.6.2
scipy|1.7.3
pyftpdlib|1.5.6
jinja2|3.0.3
cffi|1.15.0
docutils|0.18.1
requests|2.27.1
ujson|5.4.0
paramiko|2.9.2
paramiko|3.1.0
simplejson|3.17.6
scikit-learn|1.0.2
plyvel|1.4.0
python-ldap|3.4.0
pyOpenSSL|23.0.0
scikit-learn|1.2.2
plyvel|1.5.0
python-ldap|3.4.3
pyOpenSSL|23.1.1
git+http://github.com/EXASOL/websocket-api.git@5150f964388412788bf5e47752a7916a5a8624c5#egg=exasol-db-api&subdirectory=python|
debugpy|1.5.1
debugpy|1.6.7
pybase64|1.2.1
pysimdjson|4.0.3
numba|0.55.0
pyarrow|6.0.1
pysimdjson|5.0.2
numba|0.57.0
pyarrow|12.0.0
bitarray|2.3.5
pybloomfiltermmap3|0.5.5
bitsets|0.8.3
numba-scipy|0.3.0
pyyaml|6.0
https://github.com/exasol/bucketfs-utils-python/releases/download/0.1.0/exasol_bucketfs_utils_python-0.1.0-py3-none-any.whl|
numba-scipy|0.3.1
pyyaml|5.4.1
exasol-bucketfs|0.8.0
pysmbc|1.0.23
cryptography|39.0.1
cryptography|40.0.2
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pandas|1.3.4
numpy|1.21.3
pandas|2.0.1
numpy|1.22.4

0 comments on commit fba04b6

Please sign in to comment.