umyuu commited on
Commit
d508b61
·
1 Parent(s): a86e8f9

ライブラリのバージョンを更新

Browse files
Files changed (2) hide show
  1. requirements.txt +4 -4
  2. src/utils.py +1 -1
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- gradio==4.28.3
2
- gradio_client==0.16.0
3
- opencv-python==4.9.0.80
4
- opencv-contrib-python==4.9.0.80
 
1
+ gradio==4.36.0
2
+ gradio_client==1.0.1
3
+ opencv-python==4.10.0.82
4
+ opencv-contrib-python==4.10.0.82
src/utils.py CHANGED
@@ -8,7 +8,7 @@ def get_package_version() -> str:
8
  """
9
  バージョン情報を取得します。
10
  """
11
- return '0.0.9'
12
 
13
 
14
  @dataclass
 
8
  """
9
  バージョン情報を取得します。
10
  """
11
+ return '0.0.10'
12
 
13
 
14
  @dataclass