-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#793: Added pyarrow to template python 3.8 conda flavors (#366)
* Used for cuda enabled flavor, the cuda variant of pyarrow * Updated protobuf to 4.21.12 and libprotobuf to 3.21.12, to be compatible with pyarrow
- Loading branch information
Showing
6 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
flavors/template-Exasol-all-python-3.8-conda/flavor_base/build_deps/packages/conda_packages
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,4 @@ | ||
protobuf|3.20.1 | ||
protobuf|4.21.12 | ||
pcre|8.45 | ||
chrpath|0.16 | ||
openjdk|11.0.15 | ||
|
1 change: 1 addition & 0 deletions
1
...rs/template-Exasol-all-python-3.8-conda/flavor_base/language_deps/packages/conda_packages
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
4 changes: 2 additions & 2 deletions
4
...s/template-Exasol-all-python-3.8-conda/flavor_base/udfclient_deps/packages/conda_packages
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,6 +1,6 @@ | ||
libprotobuf|3.20.1 | ||
libprotobuf|3.21.12 | ||
zeromq|4.3.4 | ||
openssl|3.0.8 | ||
openssl|3.1.1 | ||
nss|3.77 | ||
cppzmq|4.8.1 | ||
_openmp_mutex|4.5=2_kmp_llvm # We need this, such that we can later install libblas with mkl, which is for example needed by pytorch |
2 changes: 1 addition & 1 deletion
2
.../template-Exasol-all-python-3.8-cuda-conda/flavor_base/build_deps/packages/conda_packages
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,4 @@ | ||
protobuf|3.20.1 | ||
protobuf|4.21.12 | ||
pcre|8.45 | ||
chrpath|0.16 | ||
openjdk|11.0.15 | ||
|
1 change: 1 addition & 0 deletions
1
...mplate-Exasol-all-python-3.8-cuda-conda/flavor_base/language_deps/packages/conda_packages
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
4 changes: 2 additions & 2 deletions
4
...plate-Exasol-all-python-3.8-cuda-conda/flavor_base/udfclient_deps/packages/conda_packages
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,6 +1,6 @@ | ||
libprotobuf|3.20.1 | ||
libprotobuf|3.21.12 | ||
zeromq|4.3.4 | ||
openssl|3.0.8 | ||
openssl|3.1.1 | ||
nss|3.77 | ||
cppzmq|4.8.1 | ||
_openmp_mutex|4.5=2_kmp_llvm # We need this, such that we can later install libblas with mkl, which is for example needed by pytorch |