Commit ·
42953d4
1
Parent(s): bf77b94
Updated requirements to point to TACK repository
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -10,4 +10,6 @@ pandas
|
|
| 10 |
joblib
|
| 11 |
torch
|
| 12 |
lightning
|
| 13 |
-
|
|
|
|
|
|
|
|
|
| 10 |
joblib
|
| 11 |
torch
|
| 12 |
lightning
|
| 13 |
+
# Install tackai and all its dependencies from source.
|
| 14 |
+
# hatchling build backend is PEP 517-compliant, so pip handles this fine.
|
| 15 |
+
git+https://github.com/ribesstefano/TACK.git@main
|