microsoft/AI-For-Beginners
Publicmirrored fromhttps://github.com/microsoft/AI-For-BeginnersAvailable
.devcontainer/environment.yml
25lines · modecode
| 1 | name: ai4beg |
| 2 | channels: |
| 3 | - pytorch |
| 4 | - conda-forge |
| 5 | - defaults |
| 6 | dependencies: |
| 7 | - ipykernel=6.4.1 |
| 8 | - ipython=7.27.0 |
| 9 | - ipywidgets=7.6.5 |
| 10 | - jupyter=1.0.0 |
| 11 | - matplotlib=3.4.2 |
| 12 | - numpy=1.22.3 |
| 13 | - python=3.8.12 |
| 14 | - requests=2.26.0 |
| 15 | - scikit-learn=0.24.2 |
| 16 | - scipy=1.6.2 |
| 17 | - pip=21.0.1 |
| 18 | - setuptools=58.0.4 |
| 19 | - tensorflow-base=2.3.0 |
| 20 | - pytorch=1.11.0 |
| 21 | - torchtext=0.12.0 |
| 22 | - torchvision=0.12.0 |
| 23 | - torchdata=0.3.0 |
| 24 | - pip: |
| 25 | - -r requirements.txt |
| 26 | |