File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ set ENV_NAME=geoapps
13
13
set MY_CONDA = !MY_CONDA_EXE:" =!
14
14
cd %~dp0
15
15
set PYTHONUTF8 = 1
16
+ set CONDA_CHANNEL_PRIORITY = strict
16
17
17
18
:: all dependencies are installed from conda
18
19
set PIP_NO_DEPS = 1
@@ -25,7 +26,7 @@ if not exist %MY_CONDA_ENV_FILE% (
25
26
)
26
27
27
28
call " !MY_CONDA! " activate base ^
28
- && call " !MY_CONDA! " env create --force -n %ENV_NAME% --file %MY_CONDA_ENV_FILE% ^
29
+ && call " !MY_CONDA! " env create -y -n %ENV_NAME% --file %MY_CONDA_ENV_FILE% ^
29
30
&& call " !MY_CONDA! " run -n %ENV_NAME% pip install -e .[core,apps]
30
31
31
32
if !errorlevel! neq 0 (
Original file line number Diff line number Diff line change 5
5
# geoapps is distributed under the terms and conditions of the MIT License
6
6
# (see LICENSE file at the root of this source code package).
7
7
8
- __version__ = "0.11.1-post.1 "
8
+ __version__ = "0.11.1-post.2 "
9
9
10
10
import os
11
11
import warnings
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " geoapps"
3
- version = " 0.11.1-post.1 "
3
+ version = " 0.11.1-post.2 "
4
4
license = " MIT"
5
5
description = " Open-sourced Applications in Geoscience"
6
6
authors = [" Mira Geoscience <dominiquef@mirageoscience.com>" ]
You can’t perform that action at this time.
0 commit comments