diff --git a/.conda.tensorflow/meta.yaml b/.conda.tensorflow/meta.yaml index b5a352e..868596c 100644 --- a/.conda.tensorflow/meta.yaml +++ b/.conda.tensorflow/meta.yaml @@ -2,7 +2,7 @@ package: name: tensorflow - version: 2.7.4 + version: 2.7.0 about: home: https://tensorflow.org @@ -12,7 +12,7 @@ about: For GPU support, install cudatoolkit 11.3.1 and cudnn 8.2.1 which are available as conda packages on the default channel.' build: - number: 1 + number: 2 source: path: ../ diff --git a/requirements.tensorflow.txt b/requirements.tensorflow.txt index 151f067..355cf5d 100644 --- a/requirements.tensorflow.txt +++ b/requirements.tensorflow.txt @@ -1,2 +1,2 @@ # tensorflow==2.10.1 # https://github.com/talmolab/sleap/issues/1721 -tensorflow==2.7.4 # 2.7.0 worked in the past \ No newline at end of file +tensorflow==2.7.0 # 2.7.0 worked in the past \ No newline at end of file