Skip to content

Commit

Permalink
Fix the dependency version to 0.6.*
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunsik committed Mar 24, 2022
1 parent a88bcb2 commit b4bb86d
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion python/furiosa-cli/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ setup_requires =
wheel

install_requires =
furiosa-common == 0.7.*
furiosa-common == 0.6.*

[options.package_data]
furiosa.cli =
Expand Down
6 changes: 3 additions & 3 deletions python/furiosa-litmus/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ setup_requires =
wheel

install_requires =
furiosa-tools == 0.7.*
furiosa-quantizer == 0.7.*
furiosa-runtime == 0.6.*
furiosa-quantizer == 0.6.*

[options.package_data]
furiosa.litmus = py.typed, git_version
furiosa.litmus = py.typed, git_version
2 changes: 1 addition & 1 deletion python/furiosa-models/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ setup_requires =
setuptools
wheel
install_requires =
furiosa-registry == 0.7.*
furiosa-registry == 0.6.*

[options.package_data]
furiosa.models = py.typed, git_version
2 changes: 1 addition & 1 deletion python/furiosa-quantizer/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ install_requires =
packaging ~= 21.3
sympy ~= 1.10.0

furiosa-common == 0.7.*
furiosa-common == 0.6.*

[options.package_data]
furiosa.quantizer = py.typed, git_version
2 changes: 1 addition & 1 deletion python/furiosa-runtime/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ setup_requires =
wheel

install_requires =
furiosa-common == 0.7.*
furiosa-common == 0.6.*
cffi ~= 1.14
numpy ~=1.21.5

Expand Down
6 changes: 3 additions & 3 deletions python/furiosa-sdk/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ setup_requires =
setuptools
wheel
install_requires =
furiosa-cli == 0.7.*
furiosa-runtime == 0.7.*
furiosa-tools == 0.7.*
furiosa-cli == 0.6.*
furiosa-runtime == 0.6.*
furiosa-tools == 0.6.*

[options.package_data]
furiosa.common = py.typed, git_version
Expand Down
2 changes: 1 addition & 1 deletion python/furiosa-server/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ install_requires =
toml
uvicorn
grpcio-tools
furiosa-runtime == 0.7.*
furiosa-runtime == 0.6.*

[options.package_data]
furiosa.server = py.typed, git_version
Expand Down
4 changes: 2 additions & 2 deletions python/furiosa-serving/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ setup_requires =
wheel
install_requires=
Pillow
furiosa-server == 0.7.*
furiosa-registry == 0.7.*
furiosa-server == 0.6.*
furiosa-registry == 0.6.*
python-multipart

[options.package_data]
Expand Down

0 comments on commit b4bb86d

Please sign in to comment.