DiffDock-Pocket-Web / basic_environment.yml
silterra's picture
Some reformatting and refactoring. Upgrade gradio to 3.50.
28fb149
raw
history blame
167 Bytes
name: basic
channels:
- nvidia
- pytorch
- defaults
- conda-forge
dependencies:
- python=3.9.17
- pip=23.3.1
- pytorch=1.13.1
- pip:
- gradio==3.50