We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 206d519 commit 5ad7ae1Copy full SHA for 5ad7ae1
1 file changed
environment.yml
@@ -2,7 +2,8 @@ name: ModSimPy
2
channels:
3
- conda-forge
4
dependencies:
5
- - python
+ # Core dependencies for users
6
+ - python=3.13
7
- jupyter
8
- numpy
9
- matplotlib
@@ -16,6 +17,5 @@ dependencies:
16
17
- pytables
18
- pip
19
-# pip install pytest nbmake
20
-# pip install jupyter-book ghp-import
21
-# pip install pypandoc fastdoc
+# For development dependencies, use environment-dev.yml
+# Install with: mamba env create -f environment-dev.yml
0 commit comments