Skip to content

Commit

Permalink
Merge pull request #82 from aitomatic/dep-upgrade
Browse files Browse the repository at this point in the history
upgrade dependencies
  • Loading branch information
TheVinhLuong102 authored Dec 15, 2023
2 parents eab4589 + dc7df61 commit fd34889
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
1 change: 0 additions & 1 deletion .github/workflows/install-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
strategy:
matrix:
python-version:
- '3.10'
- 3.11

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> __Documentation__: [aitomatic.github.io/openssa](https://aitomatic.github.io/openssa)
>
> __Installation__: `pip install openssa` _(Python 3.10-3.11)_
> __Installation__: `pip install openssa` _(Python 3.11)_
>
> __SSA Problem-Solver App Launcher__ _(after installation by `pip install openssa[contrib]`)_: `openssa launch solver`
> (try out the same app hosted at [openssa.streamlit.app](https://openssa.streamlit.app))
Expand Down
12 changes: 1 addition & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pylint = ">=3.0"
pytest = ">=7.4"

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
python = ">=3.11,<3.12"
# OpenAI & related
openai = ">=1.3"
# LlamaIndex & related
Expand All @@ -78,24 +78,14 @@ httpx = ">=0.25"
google-api-python-client = ">=2.111"

# optional dependencies required by extras
pillow = {version = ">=9.5", optional = true}
python-pptx = {version = ">=0.6", optional = true}
streamlit = {version = ">=1.29", optional = true}
streamlit-mic-recorder = {version = ">=0.0.4", optional = true}
torch = {version = ">=2.0", optional = true}
transformers = {version = ">=4.36", optional = true}

[tool.poetry.extras]
contrib = [
"streamlit",
"streamlit-mic-recorder",
]
cv = [ # for processing images either standalone or in files such as .PPTX
"pillow",
"python-pptx",
"torch",
"transformers",
]


[tool.poetry.scripts]
Expand Down

0 comments on commit fd34889

Please sign in to comment.