Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
AllenDowney
GitHub Repository: AllenDowney/ModSimPy
Path: blob/master/environment.yml
1383 views
1
name: ModSimPy
2
channels:
3
- conda-forge
4
dependencies:
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