Skip to content

Commit 7069b60

Browse files
committed
Updated ignore and toml.
1 parent 926f822 commit 7069b60

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
__pycache__/
77
setup.py
88
logos/
9+
build/

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ classifiers = [
2828
"Programming Language :: Python :: 3.10",
2929
]
3030
dependencies = [
31-
# "torch",
32-
"torch @ https://download.pytorch.org/whl/cu118/torch-2.6.0-cp39-cp39-linux_x86_64.whl", # Specify torch 2.6.0 with GPU
31+
"torch",
32+
# "torch @ https://download.pytorch.org/whl/cu118/torch-2.6.0-cp39-cp39-linux_x86_64.whl", # Specify torch 2.6.0 with GPU
3333
# "torch @ https://download.pytorch.org/whl/cu118/torch-*.whl", # Specify torch with GPU and last version
3434
"numpy",
3535
"matplotlib",

0 commit comments

Comments
 (0)