Skip to content

Commit

Permalink
Update environment.yml
Browse files Browse the repository at this point in the history
good practice to include conda-forge in the channels list to ensure compatibility, especially since you’re using conda-forge::opencv.
  • Loading branch information
leestott authored Aug 13, 2024
1 parent b1274d4 commit 8826192
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/environment.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: ai4beg
channels:
- defaults
- conda-forge
dependencies:
- ipykernel=6.4.1
- ipython=7.27.0
- ipywidgets=7.6.5
- 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
Expand Down

0 comments on commit 8826192

Please sign in to comment.