Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Scheffler
arosics
Commits
a5c32fab
Commit
a5c32fab
authored
Jan 31, 2022
by
Daniel Scheffler
Browse files
Fixed typo in requirements.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
35748613
Pipeline
#37991
passed with stages
in 11 minutes and 49 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
HISTORY.rst
View file @
a5c32fab
...
...
@@ -2,7 +2,13 @@
History
=======
1.7.5 (2021-01-28)
1.7.6 (2022-01-31)
------------------
* Fixed typo in requirements.
1.7.5 (2022-01-28)
------------------
* Implemented a workaround for #71 (pyFFTW RuntimeError: Undefined plan with nthreads. This is a bug).
...
...
arosics/version.py
View file @
a5c32fab
...
...
@@ -24,5 +24,5 @@
# limitations under the License.
__version__
=
'1.7.
5
'
__versionalias__
=
'2021-01-
28
_01'
__version__
=
'1.7.
6
'
__versionalias__
=
'2021-01-
31
_01'
setup.py
View file @
a5c32fab
...
...
@@ -67,7 +67,7 @@ req_setup = [
req_intplot
=
[
'holoviews'
,
'ipython'
]
req_test
=
[
'pytest'
,
'pytest-cov'
,
'pytest-reporter-h
m
tl1'
,
'urlchecker'
]
+
req_intplot
req_test
=
[
'pytest'
,
'pytest-cov'
,
'pytest-reporter-ht
m
l1'
,
'urlchecker'
]
+
req_intplot
req_doc
=
[
'sphinx-argparse'
,
'sphinx_rtd_theme'
,
'sphinx-autodoc-typehints'
]
...
...
Write
Preview
Supports
Markdown
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