hydroshare / hsclient

A python client for interacting with HydroShare in an object oriented way.
https://hydroshare.github.io/hsclient/
BSD 3-Clause "New" or "Revised" License
1 stars 4 forks source link

hsclient depends on specific version of hsmodels, is this intentional? #30

Closed aaraney closed 2 years ago

aaraney commented 2 years ago

hsclient depends on hsmodels==0.2.5, is this intentional? or should this be a >= constraint?

sblack-usu commented 2 years ago

I've updated it to a >= constraint now.