diff --git a/GP.yml b/GP.yml index 0e80cba..b7695e0 100644 --- a/GP.yml +++ b/GP.yml @@ -2,6 +2,7 @@ name: GP channels: - conda-forge - defaults + - tensorflow dependencies: - python>=3.11 - matplotlib @@ -11,9 +12,10 @@ dependencies: - numpy - pip - scipy + - tensorflow>=2.3 + - tensorflow-estimator>=2.4.0 + - tensorflow-probability + - tf-keras - pip: - gpflow - - tensorflow>=2.3 - - tensorflow-estimator>=2.4.0 - - tensorflow-probability - - tf-keras +