We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab2d98c commit 5cb0a15Copy full SHA for 5cb0a15
environment.yaml
@@ -2,7 +2,7 @@ name: codebase
2
channels:
3
- conda-forge
4
dependencies:
5
- - numpy
6
- - pandas
7
- - matplotlib
8
- - scipy
+ - numpy=2.2.3
+ - pandas>=2.2.1
+ - matplotlib=3.10.1
+ - scipy=1.15.1
0 commit comments