Skip to content

Commit

Permalink
chore: bumped pytorch-lightning and pytest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ committed Aug 29, 2024
1 parent 6d681a6 commit 3b4f844
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pdm.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ plotting = [
"kaleido<=0.2.1",
] # kaleido<=0.2.1 because installation breaks on 0.2.1.post1
# pdm add -G torch <library>
torch = ["pytorch-lightning>=1.0.0", "torch"]
torch = ["pytorch-lightning>=2.0.0", "torch"]
all = ["srai[osm,voronoi,gtfs,plotting,torch]"]


Expand All @@ -94,7 +94,7 @@ dev = ["bumpver", "types-requests"]
lint = ["pre-commit", "mypy", "docformatter[tomli]", "ruff"]
# pdm add -dG test <library>
test = [
"pytest>=7.0.0",
"pytest>=8.0.0",
"tox-pdm>=0.7.2",
"pytest-mock>=3.3.0",
"requests-mock>=1.12.1",
Expand Down

0 comments on commit 3b4f844

Please sign in to comment.