Skip to content

Commit

Permalink
Remove build pins except for DNN packages
Browse files Browse the repository at this point in the history
  • Loading branch information
isms committed Aug 10, 2021
1 parent fe034c8 commit 21a2f85
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions runtime/environment-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,40 +4,40 @@ channels:
- nvidia
- conda-forge
dependencies:
- albumentations=1.0.3=pyhd8ed1ab_0
- albumentations=1.0.3
- cudatoolkit=11.1.74=h6bb024c_0
- cudnn=8.2.1.32=h86fa8c9_0
- fastai=2.5.0=py_0
- geos=3.9.1=h9c3ff4c_2
- geotiff=1.6.0=h4f31c25_6
- h5py=2.10.0=nompi_py39h98ba4bc_106
- imageio=2.9.0=py_0
- loguru=0.5.3=py39hf3d152e_2
- mkl=2020.4=h726a3e6_304
- numpy=1.21.1=py39hdbf815f_0
- pandas=1.3.1=py39hde0f152_0
- pillow=8.2.0=py39hf95b381_1
- pip=20.3.4=pyhd8ed1ab_0
- pydantic=1.8.2=py39h3811e60_0
- pydap=3.2.2=pyh9f0ad1d_1001
- pyepsg=0.4.0=py_0
- pygeos=0.10.1=py39ha61afbd_0
- pytest=6.2.4=py39hf3d152e_0
- fastai=2.5.0
- geos=3.9.1
- geotiff=1.6.0
- h5py=2.10.0
- imageio=2.9.0
- loguru=0.5.3
- mkl=2020.4
- numpy=1.21.1
- pandas=1.3.1
- pillow=8.2.0
- pip=20.3.4
- pydantic=1.8.2
- pydap=3.2.2
- pyepsg=0.4.0
- pygeos=0.10.1
- pytest=6.2.4
- python=3.9.6=h49503c6_1_cpython
- pytorch=1.8.0=cuda111py39h37e5b68_1
- pytorch-lightning=1.4.1=pyhd8ed1ab_0
- rasterio=1.2.6=py39hbc4e497_2
- scikit-image=0.18.2=py39hde0f152_0
- scikit-learn=0.24.2=py39h4dfa638_1
- scipy=1.7.1=py39hee8e79c_0
- shapely=1.7.1=py39ha61afbd_5
- rasterio=1.2.6
- scikit-image=0.18.2
- scikit-learn=0.24.2
- scipy=1.7.1
- shapely=1.7.1
- tensorflow=2.4.1=py39hf3d152e_0
- tifffile=2021.8.8=pyhd8ed1ab_0
- tiledb=2.3.2=he87e0bf_0
- timm=0.4.12=pyhd8ed1ab_0
- tifffile=2021.8.8
- tiledb=2.3.2
- timm=0.4.12
- torchvision=0.9.1=py39cuda111hcd06603_1_cuda
- tqdm=4.62.0=pyhd8ed1ab_0
- typer=0.3.2=pyhd8ed1ab_0
- tqdm=4.62.0
- typer=0.3.2
- xarray=0.19.0
- pip:
- ttach==0.0.3

0 comments on commit 21a2f85

Please sign in to comment.