Skip to content
Snippets Groups Projects
Commit dccf52ed authored by Nando Farchmin's avatar Nando Farchmin
Browse files

Change requirements.txt -> environment.yml

parent b26d4fee
No related branches found
No related tags found
No related merge requests found
name: neural_networks_101
channels:
- pypi
- defaults
dependencies:
- pip=22.1.*
- python=3.9.*
- jupyter=1.0.*
- autopep8=1.5.*
- pip:
- ipython==8.4.*
- matplotlib==3.5.*
- numpy==1.22.*
- scipy==1.8.*
- torch==1.11.*
- torchvision==0.12.*
- jupyter-contrib-nbextensions==0.5.*
numpy >= 1.20.0
scipy >= 1.5.0
matplotlib >= 3.3.2
torch >= 1.11.0
torchvision >= 0.12.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment