1name: ModSimPy 2channels: 3 - conda-forge 4dependencies: 5 # Core dependencies for users 6 - python=3.13 7 - jupyter 8 - numpy 9 - matplotlib 10 - pandas 11 - scipy 12 - pint 13 - sympy 14 - lxml 15 - html5lib 16 - beautifulsoup4 17 - pytables 18 - pip 19 20# For development dependencies, use environment-dev.yml 21# Install with: mamba env create -f environment-dev.yml 22 23