Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
nam
ProxPython
Commits
91fb2337
Commit
91fb2337
authored
Nov 13, 2020
by
Russell Luke
Browse files
not sure
parent
60b921d4
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
poetry.lock
View file @
91fb2337
This diff is collapsed.
Click to expand it.
proxtoolbox/__init__.py
View file @
91fb2337
...
...
@@ -36,6 +36,7 @@ from .experiments import *
from
.proxoperators
import
*
from
.utils
import
*
__all__
=
[
"algorithms"
,
"experiments"
,
"proxoperators"
,
...
...
pyproject.toml
View file @
91fb2337
...
...
@@ -5,13 +5,14 @@ description = ""
authors
=
[
"Russell Luke <r.luke@math.uni-goettingen.de>"
]
[tool.poetry.dependencies]
python
=
"^3.
8
"
python
=
"^3.
7
"
numpy
=
"^1.19.2"
scikit-image
=
"^0.17.2"
matplotlib
=
"^3.3.2"
scipy
=
"^1.5.2"
[tool.poetry.dev-dependencies]
pylint
=
"^2.6.0"
[build-system]
requires
=
["poetry>=0.12"]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment