Spaces:
Paused
Paused
alessandro trinca tornidor
commited on
Commit
·
3a99929
1
Parent(s):
c30ac9a
[ci] fix version and urls in pyproject.toml, coverage folder in .coveragerc file
Browse files- .coveragerc +1 -1
- pyproject.toml +3 -3
.coveragerc
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
[run]
|
| 2 |
-
source =
|
| 3 |
omit = ./venv/*,__version__.py,*tests*,*apps.py,*manage.py,*__init__.py,*migrations*,*asgi*,*wsgi*,*admin.py,*urls.py,./tests/*
|
| 4 |
|
| 5 |
[report]
|
|
|
|
| 1 |
[run]
|
| 2 |
+
source = lisa_on_cuda
|
| 3 |
omit = ./venv/*,__version__.py,*tests*,*apps.py,*manage.py,*__init__.py,*migrations*,*asgi*,*wsgi*,*admin.py,*urls.py,./tests/*
|
| 4 |
|
| 5 |
[report]
|
pyproject.toml
CHANGED
|
@@ -8,11 +8,11 @@ readme = "README.md"
|
|
| 8 |
|
| 9 |
[metadata]
|
| 10 |
name = "lisa-on-cuda"
|
| 11 |
-
version = "1.0
|
| 12 |
|
| 13 |
[tool.poetry.urls]
|
| 14 |
-
Source = "https://huggingface.co/spaces/aletrn/
|
| 15 |
-
Demo = "https://huggingface.co/spaces/aletrn/
|
| 16 |
|
| 17 |
[tool.poetry.dependencies]
|
| 18 |
python = ">=3.10, <3.12"
|
|
|
|
| 8 |
|
| 9 |
[metadata]
|
| 10 |
name = "lisa-on-cuda"
|
| 11 |
+
version = "1.1.0"
|
| 12 |
|
| 13 |
[tool.poetry.urls]
|
| 14 |
+
Source = "https://huggingface.co/spaces/aletrn/lisa-on-cuda/"
|
| 15 |
+
Demo = "https://huggingface.co/spaces/aletrn/lisa-on-cuda/"
|
| 16 |
|
| 17 |
[tool.poetry.dependencies]
|
| 18 |
python = ">=3.10, <3.12"
|