diff --git a/pyproject.toml b/pyproject.toml index e936a7d..89f0a71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "arcana", "fileformats[extended] >=0.3.3", "fileformats-medimage[extended] >=0.2.1", - "xnat @ git+https://gitlab.com/radiology/infrastructure/xnatpy@develop", + "xnat==0.4.3", ] license = {file = "LICENSE"} authors = [{name = "Thomas G. Close", email = "tom.g.close@gmail.com"}]