microsoft/AI-For-Beginners
Publicmirrored fromhttps://github.com/microsoft/AI-For-BeginnersAvailable
.devcontainer/environment.yml
24lines · modecode
| 1 | name: ai4beg |
| 2 | channels: |
| 3 | - defaults |
| 4 | - conda-forge |
| 5 | dependencies: |
| 6 | - ipykernel |
| 7 | - ipython |
| 8 | - ipywidgets |
| 9 | - jupyter |
| 10 | - matplotlib=3.9 |
| 11 | - numpy=1.26 |
| 12 | - python |
| 13 | - requests=2.32 |
| 14 | - scikit-learn |
| 15 | - scipy=1.13 |
| 16 | - pip |
| 17 | - conda-forge::opencv |
| 18 | - setuptools |
| 19 | - pytorch::pytorch |
| 20 | - pytorch::torchtext |
| 21 | - pytorch::torchvision |
| 22 | - pytorch::torchdata |
| 23 | - pip: |
| 24 | - -r requirements.txt |
| 25 | |