From 41df3f01c8a94b8316cd8027ae256eff5ea4b097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Can=C3=A9vet?= Date: Mon, 25 Nov 2024 10:57:08 +0100 Subject: [PATCH] build: Remove all pinned versions --- conda/rsclf-pytorch.yaml | 2 +- conda/rsclf-tensorflow.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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