Skip to content

Instantly share code, notes, and snippets.

@aryan-jadon
Created September 13, 2022 23:01
Show Gist options
  • Save aryan-jadon/71d46544a8c6930759106063d3971d20 to your computer and use it in GitHub Desktop.
Save aryan-jadon/71d46544a8c6930759106063d3971d20 to your computer and use it in GitHub Desktop.
pytorch apple m1 dependencies
name: torch
channels:
- pytorch-nightly
- conda-forge
dependencies:
- python=3.9
- pip>=19.0
- pytorch
- torchvision
- jupyter
- scikit-learn
- scipy
- pandas
- pandas-datareader
- matplotlib
- pillow
- tqdm
- requests
- h5py
- pyyaml
- flask
- boto3
- ipykernel
- pip:
- bayesian-optimization
- gym
- kaggle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment