use faster ssgetpy

This commit is contained in:
Carl Pearson
2021-11-24 07:28:59 -08:00
parent 291ae1a1ee
commit 21c3a99914
3 changed files with 138 additions and 3 deletions

View File

@@ -5,8 +5,8 @@ description = ""
authors = ["Carl Pearson <cwpears@sandia.gov>"]
[tool.poetry.dependencies]
python = "^3.8"
ssgetpy = "^1.0rc2"
python = "^3.7"
ssgetpy = {git = "https://github.com/cwpearson/ssgetpy.git", rev = "be00d2a"}
[tool.poetry.dev-dependencies]