Skip to content

Commit

Permalink
Itertools is a standard module and today is Friday.
Browse files Browse the repository at this point in the history
  • Loading branch information
xehivs committed Jan 26, 2024
1 parent c46feff commit ba50a28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ sphinxcontrib-bibtex
igraph
pandas
scikit-learn
itertools
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
LICENSE = "GPL-3.0"
DOWNLOAD_URL = "https://github.com/w4k2/torchosr"
VERSION = "0.1.4"
INSTALL_REQUIRES = ["numpy", "scipy", "torch", "torchvision", "torchmetrics", "itertools"]
INSTALL_REQUIRES = ["numpy", "scipy", "torch", "torchvision", "torchmetrics"]
CLASSIFIERS = [
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit ba50a28

Please sign in to comment.