lyangas commited on
Commit
c491411
1 Parent(s): 22fc9e9

Update pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +1 -4
pyproject.toml CHANGED
@@ -12,10 +12,7 @@ transformers = "4.29.2"
12
  flask = "2.0.3"
13
  xgboost = "1.7.6"
14
  werkzeug = "2.2.2"
15
- torch = [
16
- {version = "2.0.1", markers = "sys_platform == 'darwin'"},
17
- {version = "2.0.1", markers = "sys_platform != 'darwin'", source = "https://download.pytorch.org/whl/cpu-cxx11-abi/torch-2.0.1%2Bcpu.cxx11.abi-cp38-cp38-linux_x86_64.whl#sha256=fbe35a5c60aef0c4b5463caab10ba905bdfa07d6d16b7be5d510225c966a0b46"}
18
- ]
19
 
20
  [tool.poetry.dev-dependencies]
21
 
 
12
  flask = "2.0.3"
13
  xgboost = "1.7.6"
14
  werkzeug = "2.2.2"
15
+ torch = {url = "https://download.pytorch.org/whl/cpu-cxx11-abi/torch-2.0.1%2Bcpu.cxx11.abi-cp38-cp38-linux_x86_64.whl#sha256=fbe35a5c60aef0c4b5463caab10ba905bdfa07d6d16b7be5d510225c966a0b46"}
 
 
 
16
 
17
  [tool.poetry.dev-dependencies]
18