Revert "pytorch cuda 11.0 (#2496)" (didn't work!)

This reverts commit 14c6de9094.
pull/2498/head
Greg Hogan 2020-11-06 19:38:23 -08:00
parent 14c6de9094
commit 789a94932b
2 changed files with 9 additions and 19 deletions

View File

@ -3,11 +3,6 @@ name = "pypi"
url = "https://pypi.org/simple" url = "https://pypi.org/simple"
verify_ssl = true verify_ssl = true
[[source]]
name = "pytorch"
url = "https://download.pytorch.org/whl/cu110"
verify_ssl = true
[dev-packages] [dev-packages]
opencv-python= "*" opencv-python= "*"
ipython = "*" ipython = "*"
@ -78,7 +73,7 @@ pyprof2calltree = "*"
pre-commit = "*" pre-commit = "*"
mypy = "*" mypy = "*"
parameterized = "*" parameterized = "*"
torch = {version = "==1.7.0", index="pytorch"} torch = "*"
torchsummary = "*" torchsummary = "*"
blosc = "==1.9.2" blosc = "==1.9.2"

21
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "c70beae7015d5196e23d668f059b4968117b20989ccb43ef3b8d2fc2c615b56c" "sha256": "58d0a6326cce8f5b34dc12b07aa239d737f8b290a2fdd85b35b0daf8a086036d"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
@ -12,11 +12,6 @@
"name": "pypi", "name": "pypi",
"url": "https://pypi.org/simple", "url": "https://pypi.org/simple",
"verify_ssl": true "verify_ssl": true
},
{
"name": "pytorch",
"url": "https://download.pytorch.org/whl/cu110",
"verify_ssl": true
} }
] ]
}, },
@ -1008,10 +1003,10 @@
}, },
"botocore": { "botocore": {
"hashes": [ "hashes": [
"sha256:1b1b4cf5efd552ecc7f1ce0fc674d5fba56857db5ffe6394ee76edd1a568d7a6", "sha256:bb14ea33b32b831262610ed5525770c49da42d1a6cbbc1839d11e6a05bad96fc",
"sha256:b3b4b8fa33620f015c52e426a92e7db21b5e667ed4785c5fbc484ebfdb2b5153" "sha256:d0a39209551381752ca5257ae9b3eef53e7fe7eb16ccb9854fb1b14bc3d43519"
], ],
"version": "==1.19.13" "version": "==1.19.12"
}, },
"cachetools": { "cachetools": {
"hashes": [ "hashes": [
@ -1979,11 +1974,11 @@
}, },
"notebook": { "notebook": {
"hashes": [ "hashes": [
"sha256:3db37ae834c5f3b6378381229d0e5dfcbfb558d08c8ce646b1ad355147f5e91d", "sha256:07b6e8b8a61aa2f780fe9a97430470485bc71262bc5cae8521f1441b910d2c88",
"sha256:508cf9dad7cdb3188f1aa27017dc78179029dfe83814fc505329f689bc2ab50f" "sha256:687d01f963ea20360c0b904ee7a37c3d8cda553858c8d6e33fd0afd13e89de32"
], ],
"markers": "python_version >= '3.5'", "markers": "python_version >= '3.5'",
"version": "==6.1.5" "version": "==6.1.4"
}, },
"numpy": { "numpy": {
"hashes": [ "hashes": [
@ -3062,7 +3057,7 @@
"sha256:b8000e39600e101b2f19dbbab75de663a3b78e3979c3e1720b7136aae1c35ce2", "sha256:b8000e39600e101b2f19dbbab75de663a3b78e3979c3e1720b7136aae1c35ce2",
"sha256:e8cc3b2c3937b7ae036a3b447a189af049bfc006bca054fc1d8ae78766ca3105" "sha256:e8cc3b2c3937b7ae036a3b447a189af049bfc006bca054fc1d8ae78766ca3105"
], ],
"index": "pytorch", "index": "pypi",
"version": "==1.7.0" "version": "==1.7.0"
}, },
"torchsummary": { "torchsummary": {