Skip to content

Commit

Permalink
Upgrade sciencebasepy requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmolnar committed Oct 4, 2022
1 parent 97b003f commit 2be8e5f
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 55 deletions.
136 changes: 83 additions & 53 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ restle = "^0.5.1"
Pillow = "7.2.*"
pyproj = "^3.2.1"
python-ags = "^0.3.2"
sciencebasepy = "1.6.4"
sciencebasepy = "^2.0.4"

[tool.poetry.dev-dependencies]
mock = "*"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def run(self):
],
install_requires=[
"gis-metadata-parser>=2.0", "parserutils>=2.0.1", "restle>=0.5.1",
"Pillow==7.2.*", "pyproj==2.6.1", "python-ags==0.3.2", "sciencebasepy==1.6.4"
"Pillow==7.2.*", "pyproj==2.6.1", "python-ags==0.3.2", "sciencebasepy==2.*"
],
tests_require=["mock", "requests-mock"],
url="https://github.com/consbio/mapservice-clientlib",
Expand Down

0 comments on commit 2be8e5f

Please sign in to comment.