Skip to content

Commit 044a495

Browse files
authored
Merge pull request #2823 from opentensor/feat/thewhaleking/remove-cubit-as-extra
Remove cubit as extra
2 parents 07e6b63 + da59c88 commit 044a495

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,3 @@ install:
2121

2222
install-dev:
2323
python3 -m pip install '.[dev]'
24-
25-
install-cubit:
26-
python3 -m pip install '.[cubit]'

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ torch = [
6868
cli = [
6969
"bittensor-cli>=9.0.2"
7070
]
71-
cubit = [
72-
"torch>=1.13.1,<3.0",
73-
"cubit @ git+https://github.com/opentensor/[email protected]"
74-
]
7571

7672

7773
[project.urls]

0 commit comments

Comments
 (0)