Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit d740b5b

Browse files
authored
Updated conda env for windows development (#403)
Signed-off-by: Gregory Shimansky <[email protected]>
1 parent 0d0201f commit d740b5b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

omniscidb/scripts/mapd-deps-conda-windows-env.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ channels:
1515
dependencies:
1616
- git
1717
- ccache
18-
- arrow-cpp 8.0
19-
- pyarrow 8.0
20-
- pandas 1.3.3
18+
- arrow-cpp 11.0
19+
- pyarrow 11.0
20+
- pandas 1.5.3
2121
- llvmdev 14.*
2222
- openjdk 17.*
2323
- tbb-devel
@@ -31,7 +31,6 @@ dependencies:
3131
- double-conversion
3232
- snappy
3333
- gflags
34-
- glog
3534
- libiconv
3635
#- ncurses
3736
- openssl
@@ -40,7 +39,7 @@ dependencies:
4039
- zlib
4140
- ittapi
4241
- pytest
43-
- cmake 3.23.2
42+
- cmake
4443
# when cuda is enabled, install also
4544
#- arrow-cpp=0.16=*cuda
4645
#- binutils

0 commit comments

Comments
 (0)