-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #81 from openvinotoolkit/update_dependencies
Update numpy, ipython, jupyterlab versions
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |