Skip to content

Commit

Permalink
Merge pull request #9 from FAIRChemistry/update-sdrdm
Browse files Browse the repository at this point in the history
updated sdrdm version
  • Loading branch information
haeussma authored May 28, 2024
2 parents bf22ac6 + 27919a8 commit a80b6d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "chromatopy"
version = "0.1.8"
version = "0.1.9"
description = "Tool for processing chromatography data"
authors = ["haeussma <83341109+haeussma@users.noreply.github.com>"]
license = "MIT"
Expand All @@ -10,7 +10,7 @@ packages = [{include = "chromatopy"}]

[tool.poetry.dependencies]
python = "^3.10"
sdRDM = { git = "https://github.com/JR-1991/software-driven-rdm.git", rev = "cc2d1e21e898399ed55c164f8c02a57341a0fb80" }
sdRDM = { git = "https://github.com/JR-1991/software-driven-rdm.git"}
plotly = "^5.19.0"
rainbow-api = "^1.0.6"
hplc-py = "0.2.5"
Expand Down

0 comments on commit a80b6d8

Please sign in to comment.