Skip to content

Commit

Permalink
Merge pull request #81 from openvinotoolkit/update_dependencies
Browse files Browse the repository at this point in the history
Update numpy, ipython, jupyterlab versions
  • Loading branch information
ljcornel authored Nov 4, 2022
2 parents f2ab7c4 + 78e7b91 commit 228fa7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements-notebooks.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Requirements for running the Jupyter notebooks
jupyterlab>=3.2
jupyterlab>=3.5.0
10 changes: 5 additions & 5 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Base requirements
datumaro==0.3.1
datumaro==0.3.*
requests==2.28.*
numpy>=1.19.5
numpy==1.20.*
omegaconf==2.1.*
opencv-python==4.5.*
python-dotenv>=0.20.0
tqdm>=4.62.3
python-dotenv==0.20.*
tqdm==4.62.*
Pillow==9.3.*
simplejson==3.17.*
ipython>=8.5.0
ipython==8.6.*
ote-sdk @ git+https://github.com/openvinotoolkit/training_extensions/@releases/v0.3.0-sc1.2#egg=ote-sdk&subdirectory=ote_sdk
openvino==2022.2.0
openmodelzoo-modelapi @ git+https://github.com/openvinotoolkit/open_model_zoo/@releases/2022/SCv1.1#egg=openmodelzoo-modelapi&subdirectory=demos/common/python

0 comments on commit 228fa7c

Please sign in to comment.