-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #126 from h2oai/feat/support-python-3.10
feat: Support python 3.10 runtime in apps
- Loading branch information
Showing
25 changed files
with
119 additions
and
61 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
ignore: | ||
SNYK-PYTHON-H2O-6125908: | ||
- "*": | ||
reason: Not fixed version for h2o yet | ||
expires: 2025-01-01T00:00:00.000Z | ||
snyk:lic:pip:certifi:MPL-2.0: | ||
- "*": | ||
reason: False positive | ||
expires: 2025-01-01T00:00:00.000Z |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
ignore: | ||
SNYK-PYTHON-H2O-6125908: | ||
- "*": | ||
reason: Not fixed version for h2o yet | ||
expires: 2025-01-01T00:00:00.000Z | ||
snyk:lic:pip:certifi:MPL-2.0: | ||
- "*": | ||
reason: False positive | ||
expires: 2025-01-01T00:00:00.000Z |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
numpy==1.19.1 | ||
pandas==1.1.0 | ||
numpy==1.26.4 | ||
pandas==1.5.3 | ||
plotly==4.10.0 | ||
pygments==2.7.1 | ||
pygments==2.17.2 | ||
h2o-wave<1.0 | ||
h2o-wave-ml>=0.7.0 | ||
requests | ||
tabulate | ||
requests==2.31.0 | ||
tabulate==0.9.0 | ||
colorama>=0.3.8 | ||
future | ||
future==0.18.3 | ||
setuptools==65.5.1 | ||
https://h2o-release.s3.amazonaws.com/h2o/rel-zizler/7/Python/h2o-3.34.0.7-py2.py3-none-any.whl |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
ignore: | ||
snyk:lic:pip:certifi:MPL-2.0: | ||
- "*": | ||
reason: False positive | ||
expires: 2025-01-01T00:00:00.000Z |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
pandas==1.1.0 | ||
pandas==1.5.3 | ||
h2o-wave<1.0 | ||
matplotlib | ||
wordcloud | ||
matplotlib==3.8.3 | ||
wordcloud==1.9.3 | ||
numpy==1.26.4 | ||
setuptools==65.5.1 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
ignore: | ||
snyk:lic:pip:certifi:MPL-2.0: | ||
- "*": | ||
reason: False positive | ||
expires: 2025-01-01T00:00:00.000Z |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,2 @@ | ||
certifi==2020.12.5; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
click==7.1.2; python_full_version >= "3.6.1" | ||
h11==0.11.0; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
certifi==2024.2.2 | ||
h2o-wave<1.0 | ||
httpcore==0.12.2; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
httpx==0.16.1; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
idna==2.10; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
rfc3986==1.4.0; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
sniffio==1.2.0; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
starlette==0.13.8; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
typing-extensions==3.7.4.3; python_version < "3.8" and python_full_version >= "3.6.1" | ||
uvicorn==0.12.2; python_full_version >= "3.6.1" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
ignore: | ||
SNYK-PYTHON-H2O-6125908: | ||
- "*": | ||
reason: Not fixed version for h2o yet | ||
expires: 2025-01-01T00:00:00.000Z | ||
snyk:lic:pip:certifi:MPL-2.0: | ||
- "*": | ||
reason: False positive | ||
expires: 2025-01-01T00:00:00.000Z |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
ignore: | ||
snyk:lic:pip:certifi:MPL-2.0: | ||
- "*": | ||
reason: False positive | ||
expires: 2025-01-01T00:00:00.000Z |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
boto3==1.16.23 | ||
botocore==1.19.23 | ||
certifi==2020.11.8; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
click==7.1.2; python_full_version >= "3.6.1" | ||
h11==0.11.0; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
h2o-wave<1.0; python_full_version >= "3.6.1" | ||
httpcore==0.12.2; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
httpx==0.16.1; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
idna==2.10; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
jmespath==0.10.0; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" | ||
numpy==1.19.4; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
pandas==1.1.4; python_full_version >= "3.6.1" | ||
python-dateutil==2.8.1; python_full_version >= "3.6.1" | ||
pytz==2020.4; python_full_version >= "3.6.1" | ||
rfc3986==1.4.0; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
certifi==2024.2.2; python_version >= "3.10" and python_full_version >= "3.10.10" | ||
click==7.1.2; python_full_version >= "3.10.10" | ||
h11==0.11.0; python_version >= "3.10" and python_full_version >= "3.10.10" | ||
h2o-wave<1.0; python_full_version >= "3.10.10" | ||
httpcore==0.15.0; python_version >= "3.10" and python_full_version >= "3.10.10" | ||
httpx==0.23.0; python_version >= "3.10" and python_full_version >= "3.10.10" | ||
idna==2.10; python_version >= "3.10" and python_full_version >= "3.10.10" | ||
jmespath==0.10.0; python_version >= "3.10" and python_full_version >= "3.10.10" | ||
numpy==1.26.4; python_version >= "3.10" and python_full_version >= "3.10.10" | ||
pandas==1.5.3; python_version >= "3.10" and python_full_version >= "3.10.10" | ||
python-dateutil==2.8.1; python_full_version >= "3.10.10" | ||
pytz==2020.4; python_full_version >= "3.10.1" | ||
rfc3986==1.4.0; python_version >= "3.10" and python_full_version >= "3.10.10" | ||
s3transfer==0.3.3 | ||
six==1.15.0; python_full_version >= "3.6.1" | ||
sniffio==1.2.0; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
starlette==0.13.8; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
typing-extensions==3.7.4.3; python_version < "3.8" and python_full_version >= "3.6.1" | ||
urllib3==1.26.2; python_version >= "2.7" and python_full_version < "3.0.0" and python_version != "3.4" or python_full_version >= "3.5.0" and python_version < "4" and python_version != "3.4" | ||
uvicorn==0.12.2; python_full_version >= "3.6.1" | ||
six==1.15.0; python_full_version >= "3.10.10" | ||
sniffio==1.2.0; python_version >= "3.10" and python_full_version >= "3.10.10" | ||
starlette==0.37.1; python_version >= "3.10" and python_full_version >= "3.10.10" | ||
typing-extensions==3.10.0; python_version >= "3.10" and python_full_version >= "3.10.10" | ||
urllib3==1.26.18 | ||
uvicorn==0.12.3 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
ignore: | ||
snyk:lic:pip:certifi:MPL-2.0: | ||
- "*": | ||
reason: False positive | ||
expires: 2025-01-01T00:00:00.000Z |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
certifi==2024.2.2 | ||
h2o-wave<1.0 | ||
pandas==1.1.4 | ||
pandas==1.5.3 | ||
numpy==1.26.4 | ||
urllib3==1.26.18 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
ignore: | ||
snyk:lic:pip:certifi:MPL-2.0: | ||
- "*": | ||
reason: False positive | ||
expires: 2025-01-01T00:00:00.000Z |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
h2o_wave==0.20.0 | ||
certifi==2024.2.2 | ||
h2o_wave==0.26.3 | ||
toml==0.10.2 | ||
loguru==0.6.0 | ||
pandas==1.4.1 | ||
matplotlib==3.5.1 | ||
pandas==1.5.3 | ||
matplotlib==3.5.1 | ||
starlette==0.37.1 | ||
typing-extensions==3.10.0 | ||
httpcore==0.15.0 | ||
httpx==0.23.0 | ||
setuptools==65.5.1 |
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