Skip to content

Commit

Permalink
Use newer scalelib to avoid sqlite3 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Hamel committed Sep 29, 2022
1 parent ac0460b commit 71ddf44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from subprocess import check_call
from typing import Dict, List, Optional

SCALELIB_VERSION = "0.2.10"
SCALELIB_VERSION = "0.2.11"
CYCLECLOUD_API_VERSION = "8.1.0"


Expand Down
2 changes: 1 addition & 1 deletion pbspro/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def run(self) -> None:
"../notices",
]
},
install_requires=["typing_extensions==3.7.4.3", "certifi==2020.12.5", "zipp==3.6"],
install_requires=["typing_extensions==3.7.4.3", "certifi==2020.12.5", "requests==2.24.0", "zipp==3.6"],
tests_require=["pytest==3.2.3"],
cmdclass={"test": PyTest, "format": Formatter, "types": TypeChecking},
url="http://www.cyclecomputing.com",
Expand Down

0 comments on commit 71ddf44

Please sign in to comment.