We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9fc2b6 commit 6c28064Copy full SHA for 6c28064
1 file changed
environment.yaml
@@ -2,8 +2,10 @@ name: codebase
2
channels:
3
- conda-forge
4
dependencies:
5
- - numpy=2.2.3
+ - numpy>=1.23
6
- pandas>=2.2.1
7
- - matplotlib>=3.10.1
+ - matplotlib
8
- scipy>=1.8
9
- - pytest
+ - pytest>=8.2.0
10
+ - pytest-cov
11
+ - setuptools_scm>=8.1
0 commit comments