Skip to content

Commit

Permalink
bugfixes install
Browse files Browse the repository at this point in the history
  • Loading branch information
Ion committed Dec 9, 2024
1 parent f4639b3 commit e5b2485
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ build-backend = "setuptools.build_meta"
[tool.setuptools.package-data]
torchtt = ["cpp/*"]

[tool.setuptools]
py-modules = []
[tool.setuptools.packages]
find = {} # Scan the project directory with the default parameters

[project]
name = "torchTT"
version = "0.1"
version = "0.3"
description = "Tensor-Train decomposition in pytorch."
readme = "README.md"
requires-python = ">=3.7"
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
torch>=1.7.0
torch>=1.7
numpy>=1.18
opt_einsum
pytest
scipy>=0.16
ninja

0 comments on commit e5b2485

Please sign in to comment.