Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
POP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
POPPY
POP
Commits
acd49174
Commit
acd49174
authored
Nov 24, 2022
by
Xavier Bonnin
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop'
parents
6ea1d90e
d09155d9
Branches
Branches containing commit
Tags
0.8.2
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+3
-0
3 additions, 0 deletions
.gitignore
poetry.lock
+5
-11
5 additions, 11 deletions
poetry.lock
pyproject.toml
+2
-2
2 additions, 2 deletions
pyproject.toml
with
10 additions
and
13 deletions
.gitignore
+
3
−
0
View file @
acd49174
...
...
@@ -90,6 +90,9 @@ ENV/
env.bak/
venv.bak/
# Poetry
poetry.toml
# Spyder project settings
.spyderproject
.spyproject
...
...
This diff is collapsed.
Click to expand it.
poetry.lock
+
5
−
11
View file @
acd49174
...
...
@@ -89,8 +89,8 @@ optional = false
python-versions
=
">
=
3.7
"
[package.extras]
testing
=
[
"pytest-timeout (>=2.1)"
,
"pytest-cov (>=3)"
,
"pytest
(>=
7
.1.
2
)"
,
"
coverage (>=6.4.2)"
,
"covdefaults (>=2.2
)"
]
docs
=
[
"sphinx-autodoc-typehints
(>=
1
.1
9.1
)"
,
"
sphinx (>=5.1.1)"
,
"furo (>=2022.6.2
1)"
]
docs
=
[
"furo (>=2022.6.21)"
,
"sphinx
(>=
5
.1.
1
)"
,
"
sphinx-autodoc-typehints (>=1.19.1
)"
]
testing
=
[
"covdefaults (>=2.2)"
,
"coverage (>=6.4.2)"
,
"pytest
(>=
7
.1
.2
)"
,
"
pytest-cov (>=3)"
,
"pytest-timeout (>=2.
1)"
]
[[package]]
name
=
"greenlet"
...
...
@@ -248,7 +248,7 @@ dev = ["pre-commit", "tox"]
[[
package
]]
name
=
"poppy-core"
version
=
"0.11.
1
"
version
=
"0.11.
2
"
description
=
"POPPy: Plugin-Oriented Pipeline for Python"
category
=
"main"
optional
=
false
...
...
@@ -462,10 +462,7 @@ nodeenv = []
packaging
=
[]
pkgutil-resolve-name
=
[]
platformdirs
=
[]
pluggy
=
[
{file
=
"pluggy-0.13.1-py2.py3-none-any.whl"
,
hash
=
"sha256:966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d"
}
,
{file
=
"pluggy-0.13.1.tar.gz"
,
hash
=
"sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"
}
,
]
pluggy
=
[]
poppy-core
=
[]
pre-commit
=
[]
psycopg2-binary
=
[]
...
...
@@ -476,10 +473,7 @@ pytest = []
pytest-cov
=
[]
pyyaml
=
[]
sqlalchemy
=
[]
toml
=
[
{file
=
"toml-0.10.2-py2.py3-none-any.whl"
,
hash
=
"sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"
}
,
{file
=
"toml-0.10.2.tar.gz"
,
hash
=
"sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"
}
,
]
toml
=
[]
virtualenv
=
[]
wcwidth
=
[]
zipp
=
[]
This diff is collapsed.
Click to expand it.
pyproject.toml
+
2
−
2
View file @
acd49174
[build-system]
requires
=
[
"setuptools<60"
,
"wheel"
,
"poetry
=
=
1.1
.
8
", "
poetry-core
=
=
1.0
.
4
"]
requires
=
[
"setuptools<60"
,
"wheel"
,
"poetry"
,
"poetry-core"
]
build-backend
=
"poetry.core.masonry.api"
[tool.black]
...
...
@@ -10,7 +10,7 @@ exclude = "/(\n \\.git\n | \\.hg\n | \\.mypy_cache\n | \\.tox\n | \\.venv
[tool.poetry]
name
=
"poppy-pop"
version
=
"0.8.
1
"
version
=
"0.8.
2
"
readme
=
"README.md"
license
=
"CeCILL-C"
repository
=
"https://gitlab.obspm.fr/POPPy/POP"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment