Skip to content

Commit

Permalink
changed python dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
haeussma committed Feb 6, 2024
1 parent fe48b9b commit 6eb61eb
Show file tree
Hide file tree
Showing 2 changed files with 203 additions and 49 deletions.
249 changes: 201 additions & 48 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.9,<3.13"
python = ">=3.10,<3.13"
numpy = "1.24.4"
sympy = "^1.12"
sdrdm = {git = "https://github.com/JR-1991/software-driven-rdm.git", branch = "linking-refactor"}
plotly = "^5.18.0"
calipytion = {git = "https://github.com/FAIRChemistry/CaliPytion.git"}
openpyxl = "^3.1.2"
ipython = "^8.21.0"

[tool.poetry.group.dev.dependencies]
mkdocs-material = "^9.5.7"
Expand Down

0 comments on commit 6eb61eb

Please sign in to comment.