smraux commited on
Commit
2f0d938
·
1 Parent(s): 8e6e886

Add pygit2 and numpy dependencies

Browse files
Files changed (1) hide show
  1. 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