Skip to content

Commit 5ad7ae1

Browse files
committed
Updating build system
1 parent 206d519 commit 5ad7ae1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

environment.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: ModSimPy
22
channels:
33
- conda-forge
44
dependencies:
5-
- python
5+
# Core dependencies for users
6+
- python=3.13
67
- jupyter
78
- numpy
89
- matplotlib
@@ -16,6 +17,5 @@ dependencies:
1617
- pytables
1718
- pip
1819

19-
# pip install pytest nbmake
20-
# pip install jupyter-book ghp-import
21-
# pip install pypandoc fastdoc
20+
# For development dependencies, use environment-dev.yml
21+
# Install with: mamba env create -f environment-dev.yml

0 commit comments

Comments
 (0)