remove authors in pyproject.toml
This commit is contained in:
parent
fba723d055
commit
7418e28988
|
@ -1,5 +1,5 @@
|
|||
[tool.poetry]
|
||||
authors = ["Laurent Fainsin <laurentfainsin@protonmail.com>"]
|
||||
authors = [""]
|
||||
description = ""
|
||||
license = "MIT"
|
||||
name = "projet-be"
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
import cv2
|
||||
import numpy as np
|
||||
from itertools import product
|
||||
import pickle
|
||||
from itertools import product
|
||||
|
||||
import cv2
|
||||
import matplotlib.pyplot as plt
|
||||
import mcubes
|
||||
import numpy as np
|
||||
from rich.progress import track
|
||||
|
||||
from borders import update_border
|
||||
|
|
Loading…
Reference in a new issue