We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b59928 commit eda5684Copy full SHA for eda5684
LoopStructural/__init__.py
@@ -29,7 +29,7 @@
29
ch.setFormatter(formatter)
30
ch.setLevel(logging.WARNING)
31
loggers = {}
32
-__version__ = '1.0.84'
+__version__ = '1.0.85'
33
from .modelling.core.geological_model import GeologicalModel
34
from .utils import log_to_console, log_to_file, getLogger
35
logger = getLogger(__name__)
conda/conda_build
@@ -0,0 +1,5 @@
1
+python:
2
+ - 3.6
3
+ - 3.7
4
+ - 3.8
5
+ - 3.9
conda/meta.yaml
@@ -10,7 +10,7 @@ source:
10
11
build:
12
number: 0
13
- script: "{{ PYTHON }} setup.py install build_ext --inplace"
+ script: "{{ PYTHON }} -m pip install ."
14
15
requirements:
16
0 commit comments