Skip to content

Commit eda5684

Browse files
committed
(CONDA) updating conda build
1 parent 9b59928 commit eda5684

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

LoopStructural/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
ch.setFormatter(formatter)
3030
ch.setLevel(logging.WARNING)
3131
loggers = {}
32-
__version__ = '1.0.84'
32+
__version__ = '1.0.85'
3333
from .modelling.core.geological_model import GeologicalModel
3434
from .utils import log_to_console, log_to_file, getLogger
3535
logger = getLogger(__name__)

conda/conda_build

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
python:
2+
- 3.6
3+
- 3.7
4+
- 3.8
5+
- 3.9

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ source:
1010

1111
build:
1212
number: 0
13-
script: "{{ PYTHON }} setup.py install build_ext --inplace"
13+
script: "{{ PYTHON }} -m pip install ."
1414

1515
requirements:
1616
build:

0 commit comments

Comments
 (0)