Skip to content

Commit

Permalink
config(pyproject.toml): migrate to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaorui-Huang committed Apr 28, 2023
1 parent 46624e5 commit a547ec1
Show file tree
Hide file tree
Showing 6 changed files with 360 additions and 404 deletions.
14 changes: 7 additions & 7 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@ name = "pypi"
[packages]
art = "*"
pyyaml = "*"
typeguard = "*"
jaxtyping = "*"
numpy = "*"
torch = "*"
local-woodoku = {editable = true, path = "."}

[dev-packages]
black = "*"
pylint = "*"
pytest = "*"
pre-commit = "*"
mypy = "*"
types-pyyaml = "*"
types-atomicwrites = "*"
types-setuptools = "*"
# typeguard >=4.0 breaks pytest to we only use 3.x version before a patch from
# jaxtyping is available
# typeguard = "<4.0,>=3.0"
typeguard = "*"

[dev-packages]
black = "*"
ipykernel = "*"

[requires]
python_version = "3.11"

[pipenv]
allow_prereleases = true
Loading

0 comments on commit a547ec1

Please sign in to comment.