Skip to content

Commit

Permalink
#793: Added pyarrow to template python 3.8 conda flavors (#366)
Browse files Browse the repository at this point in the history
* 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
tkilias authored Jun 2, 2023
1 parent 1c9e620 commit ba46d9d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
python|3.8.13
numpy|1.24.3
pandas|2.0.2
pyarrow|12.0.0
libblas|3.9.0=15_linux64_mkl
mamba|1.3.1
ld_impl_linux-64|2.36.1
Expand Down
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
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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
python|3.8.13
numpy|1.24.3
pandas|2.0.2
pyarrow|12.0.0=py38h4559c88_4_cuda
libblas|3.9.0=15_linux64_mkl
mamba|1.3.1
ld_impl_linux-64|2.36.1
Expand Down
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

0 comments on commit ba46d9d

Please sign in to comment.