exbert / environment.yml
bhoov's picture
Fix version in environment
52b091e
raw
history blame
256 Bytes
name: exformer
channels:
- pytorch
- conda-forge
- defaults
- anaconda
dependencies:
- pip>=19.0.3
- python=3.7
- connexion=1.5.3
- boto3
- regex
- flask-cors
- jinja2=2.10
- numpy
- pytorch
- torchvision
- transformers>=2.4.1