Spaces:
Build error
Build error
Commit
·
b1270c4
1
Parent(s):
08c9178
Update pyproject.toml
Browse files- pyproject.toml +1 -14
pyproject.toml
CHANGED
@@ -1,14 +1 @@
|
|
1 |
-
|
2 |
-
name = "tomlq"
|
3 |
-
version = "0.1.0"
|
4 |
-
authors = ["Seema Patil <seemapatil1585@gmail.com>"]
|
5 |
-
repository = "https://github.com/seema-AIML/tomlq"
|
6 |
-
description = "Finetune a transformers model on a text classification task"
|
7 |
-
|
8 |
-
[dependencies]
|
9 |
-
toml = "0.4"
|
10 |
-
clap = "2.26"
|
11 |
-
error-chain = "0.10"
|
12 |
-
|
13 |
-
|
14 |
-
pip install toml && python -c 'import toml; c = toml.load("pyproject.toml")
|
|
|
1 |
+
pip install --use-feature=pyproject
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|