mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 17:21:39 -05:00
overrides: fix up torch 2.1.2
This commit is contained in:
parent
6677bc70a0
commit
a00527b969
3 changed files with 459 additions and 493 deletions
|
@ -3532,6 +3532,7 @@ lib.composeManyExtensions [
|
|||
|
||||
propagatedBuildInputs = (old.propagatedBuildInputs or [ ]) ++ [
|
||||
final.numpy
|
||||
final.packaging
|
||||
];
|
||||
});
|
||||
|
||||
|
|
947
tests/ml-stack/poetry.lock
generated
947
tests/ml-stack/poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -8,8 +8,8 @@ packages = [{include = "ml_stack"}]
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
torch = "2.0.0"
|
||||
torchvision = "0.15.1"
|
||||
torch = "^2.1.2"
|
||||
torchvision = "^0.16"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
|
|
Loading…
Add table
Reference in a new issue