Skip to content

Commit

Permalink
Merge pull request #7 from IFenton/IFenton-patch-2
Browse files Browse the repository at this point in the history
Update environment.yml to contain pinned dependencies
  • Loading branch information
IFenton authored Jun 28, 2023
2 parents 095962e + 4311b1b commit 8c7b073
Show file tree
Hide file tree
Showing 4 changed files with 848 additions and 559 deletions.
35 changes: 31 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,37 @@
name: scivision
channels:
- conda-forge
- anaconda
- defaults
dependencies:
- python=3.9
- jupyter
- pip
- black=21.4b2
- chex=0.1.6
- dm-tree=0.1.7
- flax=0.3.3
- jax=0.2.10
- jupyter=1.0.0
- keras=2.10.0
- libclang=15.0.7
- onnx=1.13.1
- onnxconverter-common=1.13.0
- optax=0.1.4
- pip=23.0.1
- protobuf=4.21.12
- pytorch=1.13.1
- tensorboard=2.10.1
- tensorflow=2.10.0
- tensorflow-cpu=2.10.0
- tensorflow-estimator=2.10.0
- tensorflow-hub=0.12.0
- tf2onnx=1.13.0
- timm=0.6.11
- tokenizers=0.12.1
- torchvision=0.12.0
- transformers=4.19.0
- pip:
- scivision
- intake==0.6.8
- intake-xarray==0.6.1
- keras-nlp==0.2.0
- scikit-image==0.20.0
- tensorflow-text==2.10.0
- git+https://github.com/alan-turing-institute/scivision@main#egg=scivision
Loading

0 comments on commit 8c7b073

Please sign in to comment.