Skip to content

Commit

Permalink
Update Graphoscope dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
omaus committed Dec 11, 2023
1 parent 5aaa8f4 commit e3b7dc5
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/ARCExpect/ARCExpect.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<PackageReference Include="FsSpreadsheet" Version="[4.1.0]" />
<PackageReference Include="FsSpreadsheet.ExcelIO" Version="[4.1.0]" />
<PackageReference Include="ARCTokenization" Version="[1.2.0]" />
<PackageReference Include="Graphoscope" Version="[0.2.0]" />
<PackageReference Include="Graphoscope" Version="[0.6.0-preview.1]" />
<PackageReference Include="FsOboParser" Version="[0.3.0]" />
<PackageReference Include="Cytoscape.NET" Version="[0.2.0]" />
</ItemGroup>
Expand Down
15 changes: 11 additions & 4 deletions src/ARCExpect/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,16 @@
},
"Graphoscope": {
"type": "Direct",
"requested": "[0.2.0, 0.2.0]",
"resolved": "0.2.0",
"contentHash": "20mAUZMNyYm2BI2FqPSmcR3Ik/0rYNsRPJExBx6xa24Z6dV/Ow93KKFDaIMPeNRQiqWWXTvAV0MHN1TVPkLUpA==",
"requested": "[0.6.0-preview.1, 0.6.0-preview.1]",
"resolved": "0.6.0-preview.1",
"contentHash": "GBXYdS3y8Yg/0a43/r9JzcFiPs/CbdQF3Ikl20ng/gzxBeKeZv08+m9kEwUIV7MTGuNGQWV1ZS6qoRGt35O6YQ==",
"dependencies": {
"FSharp.Core": "6.0.7",
"FSharp.Data": "6.2.0",
"FSharpAux": "2.0.0",
"FSharpAux.Core": "2.0.0",
"FSharpx.Collections": "3.1.0"
"FSharpx.Collections": "3.1.0",
"OptimizedPriorityQueue": "5.1.0"
}
},
"NETStandard.Library": {
Expand Down Expand Up @@ -287,6 +289,11 @@
"resolved": "13.0.1",
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
},
"OptimizedPriorityQueue": {
"type": "Transitive",
"resolved": "5.1.0",
"contentHash": "0AnX6kAs0GiLrSqrHKe5mpQhJSHTmXeqLNucV2CxGATP/I9UzLMc1N4MtS/z8qB6mcgX61OjHdY3YbOmETGs+A=="
},
"System.Buffers": {
"type": "Transitive",
"resolved": "4.5.1",
Expand Down
15 changes: 11 additions & 4 deletions src/arc-validate/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -418,13 +418,15 @@
},
"Graphoscope": {
"type": "Transitive",
"resolved": "0.2.0",
"contentHash": "20mAUZMNyYm2BI2FqPSmcR3Ik/0rYNsRPJExBx6xa24Z6dV/Ow93KKFDaIMPeNRQiqWWXTvAV0MHN1TVPkLUpA==",
"resolved": "0.6.0-preview.1",
"contentHash": "GBXYdS3y8Yg/0a43/r9JzcFiPs/CbdQF3Ikl20ng/gzxBeKeZv08+m9kEwUIV7MTGuNGQWV1ZS6qoRGt35O6YQ==",
"dependencies": {
"FSharp.Core": "6.0.7",
"FSharp.Data": "6.2.0",
"FSharpAux": "2.0.0",
"FSharpAux.Core": "2.0.0",
"FSharpx.Collections": "3.1.0"
"FSharpx.Collections": "3.1.0",
"OptimizedPriorityQueue": "5.1.0"
}
},
"ISADotNet": {
Expand Down Expand Up @@ -605,6 +607,11 @@
"resolved": "6.0.0",
"contentHash": "XA59hPSbKdExu28TbONlD/BwOkKzjo4u2mkEJIP4wnDz9P65FdM34cVA+2/jztKrKyFmX8jpQW++xOp99mufjw=="
},
"OptimizedPriorityQueue": {
"type": "Transitive",
"resolved": "5.1.0",
"contentHash": "0AnX6kAs0GiLrSqrHKe5mpQhJSHTmXeqLNucV2CxGATP/I9UzLMc1N4MtS/z8qB6mcgX61OjHdY3YbOmETGs+A=="
},
"Semver": {
"type": "Transitive",
"resolved": "2.3.0",
Expand Down Expand Up @@ -922,7 +929,7 @@
"FsOboParser": "[0.3.0, 0.3.0]",
"FsSpreadsheet": "[4.1.0, 4.1.0]",
"FsSpreadsheet.ExcelIO": "[4.1.0, 4.1.0]",
"Graphoscope": "[0.2.0, 0.2.0]"
"Graphoscope": "[0.6.0-preview.1, 0.6.0-preview.1]"
}
},
"arcvalidationpackages": {
Expand Down

0 comments on commit e3b7dc5

Please sign in to comment.