Skip to content

Commit

Permalink
Merge pull request #2 from secondmind-labs/alan/binder
Browse files Browse the repository at this point in the history
Binder environment
  • Loading branch information
uri-granta authored Dec 3, 2024
2 parents efe1833 + dacf7ce commit 30d09ac
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: lab-environment
channels:
- conda-forge
dependencies:
- python >=3.10,<3.13
- numpy >=1.23.0,<2.0.0
- tensorflow >=2.5,<2.17
- tensorflow-probability >=0.13,<0.25
- notebook
- matplotlib
- taskipy
- pip
- pip:
- trieste >=4.2

0 comments on commit 30d09ac

Please sign in to comment.