diff --git a/docs/requirements.txt b/docs/requirements.txt index 6ac80d8..ca7a7e1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -5,8 +5,8 @@ sphinx_design==0.3.0 sphinx-intl==2.0.1 nbsphinx==0.8.10 sphinx-copybutton==0.5.1 -ipython>=8.7.0 -jupyterlab>=3.5.0 +ipython>=8.18.1 +jupyterlab>=4.0.9 tensorflow>=2.15.0 keras>=2.11.0 Keras-Applications>=1.0.8 @@ -21,10 +21,11 @@ scikit-learn>=1.1.3 opencv-contrib-python>=4.6.0.66 pymediainfo>=6.0.1 mediapipe>=0.9.0 -pytest>=7.2.0 +pytest>=7.4.3 liwc>=0.5.0 transformers >= 4.36.0 sentencepiece >= 0.1.99 torch == 2.0.1 torchaudio == 2.0.2 -oceanai>=1.0.0a15 +oceanai>=1.0.0a16 +sacremoses>=0.0.1 diff --git a/oceanai/__init__.py b/oceanai/__init__.py index 9cce8a7..e44de5d 100644 --- a/oceanai/__init__.py +++ b/oceanai/__init__.py @@ -18,7 +18,7 @@ __uri__ = "https://github.com/DmitryRyumin/oceanai" __version__ = "1.0" -__release__ = __version__ + ".0a15" +__release__ = __version__ + ".0a16" __author__ru__ = "Рюмина Елена, Рюмин Дмитрий, Карпов Алексей" __author__en__ = "Elena Ryumina, Dmitry Ryumin, Alexey Karpov" diff --git a/setup.py b/setup.py index be2216e..8a3b80d 100644 --- a/setup.py +++ b/setup.py @@ -10,8 +10,8 @@ import oceanai REQUIRED_PACKAGES = [ - "ipython >= 8.7.0", - "jupyterlab >= 3.5.0", + "ipython >= 8.18.1", + "jupyterlab >= 4.0.9", "tensorflow >= 2.15.0", "keras >= 2.11.0", "Keras-Applications>=1.0.8", @@ -31,6 +31,7 @@ "sentencepiece >= 0.1.99", "torch == 2.0.1", "torchaudio == 2.0.2", + "sacremoses >= 0.0.1", ] CLASSIFIERS = """\