Skip to content

Commit a47ce88

Browse files
committed
removing xmipp_graph env
1 parent 7009801 commit a47ce88

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/xmipp/bindings/python/envs_DLTK/xmipp_pyTorch-gpu.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ dependencies:
1313
- pillow
1414
- libstdcxx-ng=14.2.0 # To be compatible with scipion env
1515
- pytorch-gpu=1.13.1
16-
- torchvision=0.14
17-
- cudatoolkit=11.3.1
16+
- cudatoolkit=11.3
17+
- libcurl=7
1818
- pip
1919
- pip:
20+
- --extra-index-url https://download.pytorch.org/whl/torch_stable.html
2021
- numpy==1.23
22+
- torch==1.13.0
23+
- torchvision==0.14.0

src/xmipp/bindings/python/envs_DLTK/xmipp_pyTorch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ dependencies:
1111
- starfile=0.4.11 # Última con formato *.bz2
1212
- requests=2
1313
- libstdcxx-ng=14.2.0 # To be compatible with scipion env
14+
- libcurl=7
1415
- pip
1516
- pip:
1617
- numpy==1.23

0 commit comments

Comments
 (0)