Skip to content

Commit

Permalink
Bump torch from 1.7.1 to 1.13.1 in /pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasBoTang committed Mar 15, 2023
1 parent 84934c7 commit e19ea90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkg/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
torch==1.13.1
gurobipy==9.1.2
torch>=1.13.1
gurobipy>=9.1.2
tqdm
numpy
Pyomo
Expand Down
2 changes: 1 addition & 1 deletion pkg/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"Pyomo>=6.1.2",
"gurobipy>=9.1.2",
"scikit_learn",
"torch>=1.7.0"],
"torch>=1.13.1"],
# classifiers
classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit e19ea90

Please sign in to comment.