Skip to content

Commit

Permalink
chore: modernize get_version and remove types-pkg_resources (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaljovec authored Dec 20, 2024
1 parent f106cde commit 7d19cdf
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .bandit
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[bandit]
exclude = ./.tox,tests,docs
skips = B101
skips = B101,B614
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ dev = [
"ruff",
"tox",
"typeguard",
"types-pkg_resources",
# Security pin
"gitpython>=3.1.30",
]
Expand Down
1 change: 0 additions & 1 deletion requirements/dev-3.10.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ pytest
pytest-cov
ruff
tox
types-pkg_resources
gitpython>=3.1.30
1 change: 0 additions & 1 deletion requirements/dev-3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ torch==2.1.2 ; python_version >= "3.10" and python_version < "4.0"
tqdm==4.66.2 ; python_version >= "3.10" and python_version < "4.0"
triton==2.1.0 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.10" and python_version < "4.0"
typeguard==2.13.3 ; python_version >= "3.10" and python_version < "4.0"
types-pkg-resources==0.1.3 ; python_version >= "3.10" and python_version < "4.0"
typing-extensions==4.9.0 ; python_version >= "3.10" and python_version < "4.0"
urllib3==2.2.0 ; python_version >= "3.10" and python_version < "4.0"
virtualenv==20.25.0 ; python_version >= "3.10" and python_version < "4.0"
Expand Down

0 comments on commit 7d19cdf

Please sign in to comment.