Przeglądaj źródła

Add hmmlearn in environment configuration

dk 1 rok temu
rodzic
commit
55180b682e
2 zmienionych plików z 3 dodań i 1 usunięć
  1. 1 0
      environment.yml
  2. 2 1
      requirements.txt

+ 1 - 0
environment.yml

@@ -18,3 +18,4 @@ dependencies:
       - scikit-learn~=1.3.2
       - matplotlib~=3.8.1
       - pyyaml~=6.0.1
+      - hmmlearn~=0.3.0

+ 2 - 1
requirements.txt

@@ -10,4 +10,5 @@ pyriemann==0.5
 scikit_learn==1.3.2
 scipy==1.11.3
 opencv_python~=4.8.1
-pyyaml~=6.0.1
+pyyaml~=6.0.1
+hmmlearn~=0.3.0