Skip to content

Commit

Permalink
build: pin dependencies (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson authored Jul 15, 2024
1 parent 374672a commit c873a3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ dependencies = [
"biopython",
"tqdm",
"click",
"cool-seq-tool>=0.4.0.dev1",
"ga4gh.vrs~=2.0.0-a6",
"cool-seq-tool==0.4.0.dev3",
"ga4gh.vrs==2.0.0-a6",
# probably easiest to just include pg dependency group even if it's not always necessary
"gene-normalizer[pg]>=0.3.0-dev1",
"pydantic>=2",
"gene-normalizer[pg]==0.3.0-dev1",
"pydantic~=2.0",
"python-dotenv",
"setuptools>=68.0", # tmp -- ensure 3.12 compatibility
]
Expand Down

0 comments on commit c873a3d

Please sign in to comment.