We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cece14 commit ba3af9fCopy full SHA for ba3af9f
4 files changed
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
All notable changes to this project will be documented in this file.
4
5
-## [0.7.2 - 2022-12-27]
+## [0.7.2 - 2022-12-28]
6
7
### Fixed
8
examples/as_app/talk_bot_ai/requirements.txt
@@ -1,4 +1,4 @@
1
-nc_py_api[app]>=0.5.0
+nc_py_api[app]>=0.7.0
transformers>=4.33
torch
torchvision
examples/as_app/to_gif/requirements.txt
pygifsicle
imageio
opencv-python
nc_py_api/_version.py
@@ -1,3 +1,3 @@
"""Version of nc_py_api."""
-__version__ = "0.7.2.dev0"
+__version__ = "0.7.2"
0 commit comments