diff --git a/conda/rsclf-pytorch.yaml b/conda/rsclf-pytorch.yaml index 10dc574..9e1423b 100644 --- a/conda/rsclf-pytorch.yaml +++ b/conda/rsclf-pytorch.yaml @@ -13,7 +13,7 @@ dependencies: - numpy - pip - pip: - - keras==3.4.1 + - keras - h5py - scipy - matplotlib diff --git a/conda/rsclf-tensorflow.yaml b/conda/rsclf-tensorflow.yaml index b8cccc9..12a2674 100644 --- a/conda/rsclf-tensorflow.yaml +++ b/conda/rsclf-tensorflow.yaml @@ -7,9 +7,9 @@ dependencies: - python=3.11 - pip - pip: - - keras==3.4.1 + - keras - scipy - --extra-index-url https://pypi.nvidia.com - - tensorflow[and-cuda]==2.16.2 + - tensorflow[and-cuda] - matplotlib - polars