Skip to content

Commit

Permalink
Update GP.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cemachelen authored May 30, 2024
1 parent 5549cc5 commit 7d5272f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions GP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: GP
channels:
- conda-forge
- defaults
- tensorflow
dependencies:
- python>=3.11
- matplotlib
Expand All @@ -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

0 comments on commit 7d5272f

Please sign in to comment.