Files
resistivityVES/environment.yml
Kasper D. Fischer d0292ce28d Updates model uncertainty visualization in Jupyter notebook
Refines presentation of model uncertainty by adding error bars to the resistivity and thickness values in the output plot.

Integrates a new table displaying layer resistivity, uncertainty, and thickness with corresponding uncertainties to enhance clarity for users.

Updates environment requirements to include `pandas` for improved data manipulation capabilities.
2025-11-20 12:35:20 +01:00

12 lines
161 B
YAML

name: pyGIMLI
channels:
- conda-forge
- gimli
- defaults
dependencies:
- python=3.11
- pygimli>=1.5.0
- jupyterlab
- suitesparse=5.10.1
- pandas