Unverified Commit 23cf2f61 authored by Jennifer Wei's avatar Jennifer Wei Committed by GitHub
Browse files

Merge pull request #496 from vaclavhanzl/vh-fix-pl_upgrades-env

Fix pl_upgrades environment (numpy, cuda, gcc)
parents 3bec3e9b 6bdbd48f
...@@ -5,6 +5,8 @@ channels: ...@@ -5,6 +5,8 @@ channels:
- pytorch - pytorch
- nvidia - nvidia
dependencies: dependencies:
- cuda
- gcc=12.4
- python=3.10 - python=3.10
- libgcc=7.2 - libgcc=7.2
- setuptools=59.5.0 - setuptools=59.5.0
...@@ -13,7 +15,7 @@ dependencies: ...@@ -13,7 +15,7 @@ dependencies:
- pdbfixer - pdbfixer
- pytorch-lightning - pytorch-lightning
- biopython - biopython
- numpy - numpy<2.0.0
- pandas - pandas
- PyYAML==5.4.1 - PyYAML==5.4.1
- requests - requests
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment