Skip to content

Commit

Permalink
Update environment.yml
Browse files Browse the repository at this point in the history
removed specific dependancies versions
  • Loading branch information
BethanyJep authored Aug 15, 2024
1 parent e63453f commit 7ead0c1
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .devcontainer/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ 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.12ip
- requests=2.26.0
- scikit-learn=0.24.2
- scipy=1.6.2
- pip=21.0.1
- conda-forge::opencv=4.5
- setuptools=58.0.4
- pytorch::pytorch=1.11.0
- pytorch::torchtext=0.12.0
- pytorch::torchvision=0.12.0
- pytorch::torchdata=0.3.0
- ipykernel
- ipython
- ipywidgets
- jupyter
- matplotlib=3.9
- numpy=1.26
- python
- requests=2.32
- scikit-learn
- scipy=1.13
- pip
- conda-forge::opencv
- setuptools
- pytorch::pytorch
- pytorch::torchtext
- pytorch::torchvision
- pytorch::torchdata
- pip:
- -r requirements.txt

0 comments on commit 7ead0c1

Please sign in to comment.