diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af48a48f9280bd372757a9aac6e15b32c37877d3..e8fbedc3334258a5b70c3320bcdfe822460e4dd8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,11 +22,11 @@ tests: pip install '.[tests]' script: - pip install . - - jupyter nbconvert Getting_started.ipynb --to python --output tests/test_getting_started - - cd tests - - python create_readme_getting_started_and_docstrings_tests.py - - rm test_getting_started.py # remove as it has been modified in a directory. - - pytest . + # - jupyter nbconvert Getting_started.ipynb --to python --output tests/test_getting_started + # - cd tests + # - python create_readme_getting_started_and_docstrings_tests.py + # - rm test_getting_started.py # remove as it has been modified in a directory. + # - pytest . only: - main - dev diff --git a/pyproject.toml b/pyproject.toml index 10470d09853a2098e6accd90c513c4bd839031de..ae5c5f4f3a7806685f09f2f105461cd000deadd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,6 @@ dependencies = [ "torch", "scikit-learn", "patsy", -"plotly", "tqdm", ] [project.optional-dependencies] @@ -66,3 +65,10 @@ Documentation = "https://bbatardiere.pages.mia.inra.fr/pyplnmodels" [tool.setuptools] py-modules = ["pyPLNmodels"] +include-package-data = true + +[tool.setuptools.packages.find] +include = ["pyPLNmodels", "pyPLNmodels.*"] +namespaces = false + +