Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump torch from 2.0.1 to 2.2.0 #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ joblib==1.3.2
pandas==2.0.3
pytest==7.4.0
scikit-learn==1.3.0
torch==2.0.1
torch==2.2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def run_tests(self):
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=["torch==2.0.1", "pandas==2.0.3",
install_requires=["torch==2.2.0", "pandas==2.0.3",
"joblib==1.3.2", "scikit-learn==1.3.0",],
# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,
Expand Down
Loading