Skip to content

Commit 6c28064

Browse files
authored
Update environment.yaml
1 parent b9fc2b6 commit 6c28064

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

environment.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ name: codebase
22
channels:
33
- conda-forge
44
dependencies:
5-
- numpy=2.2.3
5+
- numpy>=1.23
66
- pandas>=2.2.1
7-
- matplotlib>=3.10.1
7+
- matplotlib
88
- scipy>=1.8
9-
- pytest
9+
- pytest>=8.2.0
10+
- pytest-cov
11+
- setuptools_scm>=8.1

0 commit comments

Comments
 (0)