Skip to content

Commit

Permalink
Merge pull request #68 from kozistr/build/deps
Browse files Browse the repository at this point in the history
[Build] update dependencies
  • Loading branch information
kozistr committed Aug 25, 2022
2 parents 959a944 + db834c8 commit f24b3fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: init format test check requirements

init:
python -m pip install -U poetry
python -m pip install -q -U poetry
python -m poetry install

format:
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pytorch_optimizer"
version = "1.1.3"
version = "1.1.4"
description = "Bunch of optimizer implementations in PyTorch with clean-code, strict types. Also, including useful optimization ideas."
license = "Apache-2.0"
authors = ["kozistr <kozistr@gmail.com>"]
Expand Down Expand Up @@ -33,15 +33,15 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8"
numpy = "^1.22.4"
torch = "^1.12.1"
torch = "^1.10"

[tool.poetry.dev-dependencies]
isort = "==5.10.1"
isort = "^5.10.1"
black = "==21.12b0"
click = "==8.0.4"
pylint = "==2.11.1"
pytest = "==7.1.2"
pytest-cov = "==3.0.0"
pytest = "^7.1.2"
pytest-cov = "^3.0.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit f24b3fe

Please sign in to comment.