Skip to content

Commit

Permalink
Merge pull request #62 from aitomatic/dep-upgrade
Browse files Browse the repository at this point in the history
add & upgrade deps
  • Loading branch information
TheVinhLuong102 authored Dec 13, 2023
2 parents f6b6f41 + ee7070b commit 2e1ff72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openssa/contrib/streamlit_ssa_prob_solver/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
OpenSSA[contrib]
OpenSSA[contrib] @ https://GitHub.com/Aitomatic/OpenSSA/archive/main.zip
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,11 @@ gcsfs = ">=2023.10,<2023.12" # Google Cloud Storage
s3fs = ">=2023.10,<2023.12" # S3
# misc / other
click = ">=8.1"
loguru = ">=0.7"
pydantic = ">=2.5"
python-dotenv = ">=1.0"
httpx = ">=0.25"
google-api-python-client = ">=2.110"
google-api-python-client = ">=2.111"

# optional dependencies required by extras
pylint = {version = ">=3.0", optional = true}
Expand Down

0 comments on commit 2e1ff72

Please sign in to comment.