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