Add pygit2 and numpy dependencies
Browse files- environment.yaml +2 -0
environment.yaml
CHANGED
@@ -5,3 +5,5 @@ dependencies:
|
|
5 |
- python=3.10
|
6 |
- pip=23.0
|
7 |
- packaging
|
|
|
|
|
|
5 |
- python=3.10
|
6 |
- pip=23.0
|
7 |
- packaging
|
8 |
+
- pygit2
|
9 |
+
- numpy
|