Browse Source

update envs

Grega Bremec 2 weeks ago
parent
commit
4e551e306b
3 changed files with 9 additions and 4 deletions
  1. 2 0
      envs/env-pytorch-26.yml
  2. 4 3
      envs/env-sklearn-16.yml
  3. 3 1
      envs/env-tf-216.yml

+ 2 - 0
envs/env-pytorch-26.yml

@@ -7,4 +7,6 @@ dependencies:
   - numpy>=1.19.5
   - pandas>=1.1.5
   - matplotlib>=3.3.4
+  - seaborn>=0.9.0
+  - ipykernel>=6.29
   - pytorch>=2.6,<2.7

+ 4 - 3
envs/env-sklearn-16.yml

@@ -5,9 +5,10 @@ channels:
 dependencies:
   - python>=3.13,<3.14
   - numpy>=1.19.5
-  - scipy>=1.6.0
-  - scikit-learn>=1.6.1,<1.7.0
-  - cython>=3.0.10
   - pandas>=1.1.5
   - matplotlib>=3.3.4
   - seaborn>=0.9.0
+  - ipykernel>=6.29
+  - scipy>=1.6.0
+  - scikit-learn>=1.6.1,<1.7.0
+  - cython>=3.0.10

+ 3 - 1
envs/env-tf-216.yml

@@ -1,5 +1,5 @@
 ---
-name: tensorflow-2.16
+name: tf-216
 channels:
   - apple
   - conda-forge
@@ -8,6 +8,8 @@ dependencies:
   - numpy>=1.19.5
   - pandas>=1.1.5
   - matplotlib>=3.3.4
+  - seaborn>=0.9.0
+  - ipykernel>=6.29
   - tensorflow-deps
   - pip>=25.0
   - pip: