Merge pull request #372 from microsoft/leestott-patch-12

Update environment.yml
This commit is contained in:
Lee Stott 2024-08-13 20:21:08 +01:00 committed by GitHub
commit fef13d4911
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
name: ai4beg
channels:
- defaults
- conda-forge
dependencies:
- ipykernel=6.4.1
- ipython=7.27.0
@ -8,7 +9,7 @@ dependencies:
- jupyter=1.0.0
- matplotlib=3.4.2
- numpy=1.22.3
- python=3.8.12
- python=3.8.12ip
- requests=2.26.0
- scikit-learn=0.24.2
- scipy=1.6.2