Skip to content

Commit 200159a

Browse files
update pyproject
1 parent 7d9d4eb commit 200159a

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- Extreme reasoning: based on OpenAI style API, browser interface and command line interface.
1414

1515
## Usage
16+
1617
### Installation
1718

1819
```bash

pyproject.toml

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ dynamic = ['version']
99
description = ''
1010
readme = 'README.md'
1111
requires-python = '>=3.10'
12-
license = 'MIT'
12+
license = 'Apache2.0'
1313
keywords = []
14-
# FIXME: authors
15-
authors = [{ name = 'Chenhui Zhang', email = '[email protected]' }]
14+
authors = [{ name = 'ZhipuAI', email = '[email protected]' }]
1615
classifiers = [
1716
'Development Status :: 4 - Beta',
1817
'Programming Language :: Python :: 3.10',
@@ -27,17 +26,13 @@ dependencies = [
2726
"click~=8.1",
2827
"datasets~=3.2",
2928
"deepspeed~=0.16.3",
30-
31-
# FIXME: change diffusers source later
32-
# "diffusers @ git+https://github.com/zRzRzRzRzRzRzR/diffusers.git@cogview4_control",
33-
29+
"diffusers@git+https://github.com/huggingface/diffusers.git",
3430
"imageio-ffmpeg~=0.6.0",
3531
"imageio~=2.37",
3632
"peft~=0.14.0",
3733
"pydantic~=2.10",
3834
"sentencepiece~=0.2.0",
39-
# "setuptools>=75.8.0",
40-
"transformers~=4.48",
35+
"transformers~=4.49",
4136
"wandb~=0.19.6",
4237
]
4338

@@ -46,16 +41,8 @@ torch = ["numpy", "torch", "torchvision"]
4641
video = ["decord~=0.6.0", "opencv-python-headless~=4.11"]
4742

4843
[project.scripts]
49-
# FIXME: change name to cogkit
5044
cogkit = "cogkit.cli:cli"
5145

52-
[project.urls]
53-
# TODO: adds project urls
54-
# Documentation = 'https://github.com/Chenhui Zhang/cogkit#readme'
55-
# Issues = 'https://github.com/Chenhui Zhang/cogkit/issues'
56-
# Source = 'https://github.com/Chenhui Zhang/cogkit'
57-
58-
5946
[tool.hatch.version]
6047
source = 'vcs'
6148

0 commit comments

Comments
 (0)