Skip to content

Commit

Permalink
add pmcx to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Oct 5, 2023
1 parent 3c36c7a commit df575d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ coverage = ">=6.1.2" # Uses Apache 2.0-License (MIT compatible)
Deprecated = ">=1.2.13" # Uses MIT-License (MIT compatible)
torch = ">=1.10.0" # Uses BSD-License (MIT compatible)
python-dotenv = ">=0.19.2" # Uses BSD-License (MIT compatible)
pacfish = ">=0.4.4" # Uses BSD-License (MIT compatible)
pacfish = ">=0.4.4" # Uses BSD-License (MIT compatible)
requests = ">=2.26.0" # Uses Apache 2.0-License (MIT compatible)
wget = ">=3.2" # Is Public Domain (MIT compatible)
jdata = ">=0.5.2" # Uses Apache 2.0-License (MIT compatible)
pre-commit = ">=3.2.2" # Uses MIT-License (MIT compatible)
pre-commit = ">=3.2.2" # Uses MIT-License (MIT compatible)
pmcx = ">=0.2.5" # Uses GNU Public License V3 or later

[tool.poetry.group.docs.dependencies]
sphinx-rtd-theme = "^1.0.0"
Expand Down

0 comments on commit df575d7

Please sign in to comment.