Skip to content

Commit b41dc77

Browse files
updating requirement.txt
The Python package cannot be installed using 'pip' so, removed python and when installing pytorch using 'pip' it is always torch and not pytorch. So, please do the necessary changes to the file.
1 parent ac1b88a commit b41dc77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

requirement.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
python>=3.6
2-
pytorch>=1.8
1+
torch>=1.8
32
numpy
43
pandas
54
blobfile

0 commit comments

Comments
 (0)