Skip to content

Commit

Permalink
arbitrary updates
Browse files Browse the repository at this point in the history
  • Loading branch information
turbomam committed Dec 27, 2024
1 parent 3817db9 commit e63fb57
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,24 @@ authors = ["Chris Mungall <[email protected]>"]
license = "CC0 1.0 Universal"

[tool.poetry.dependencies]
Sphinx = "^4.4.0"
Sphinx = "^8.0"
bioregistry = "^0.4.59"
click-log = "^0.3.2"
diskcache = "^5.4.0"
funowl = "^0.1.11"
click-log = "^0.4"
diskcache = "^5.6"
funowl = "^0.2"
git-root = "^0.1"
googlemaps = "^4.6.0"
linkml = "^1.1.18"
nmdc-schema = "^7.0.0"
pandas = "^1.4.1"
python = "^3.9"
quantulum3 = "^0.7.10"
linkml = "^1.7"
nmdc-schema = "^11.0"
pandas = "^2.2"
numpy = "^2.2"
python = "^3.10"
quantulum3 = "^0.9"
recommonmark = "^0.7.1"
sphinx-rtd-theme = "^1.0.0"
uvicorn = "^0.17.4"
python-dotenv = "^0.21.1"
sphinx-rtd-theme = "3.0"
uvicorn = "^0.30"
python-dotenv = "^1.0"
deptry = "^0.21.2"


[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit e63fb57

Please sign in to comment.