Skip to content

Commit

Permalink
using concrete versions for certain deps
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasprobst committed Oct 28, 2024
1 parent 1db8b3b commit a023b23
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "https://github.com/MatthiasProbst/synpivimage",
"name": "synpivimage",
"version": "1.0.0a5",
"version": "1.0.0a6",
"description": "Tool to build synthetic Particle Image Velocimetry (PIV) images",
"applicationCategory": "Engineering",
"programmingLanguage": [
Expand Down
3 changes: 1 addition & 2 deletions requirements-doc.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
-e .
-r requirements.txt
jupyterlab
sphinx >= 4.5.0
sphinx_book_theme
sphinx-copybutton
Expand All @@ -11,4 +10,4 @@ myst-nb
nbsphinx
sphinxcontrib-bibtex
sphinx-math-dollar
h5rdmtoolbox @ git+https://github.com/matthiasprobst/h5RDMtoolbox@main
h5rdmtoolbox==1.5.0
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ PyQt5
scipy
pydantic
ontolutils == 0.6.0
pivmetalib @ git+https://github.com/matthiasprobst/pivmetalib
ssnolib==1.3.0.1a2
pivmetalib==0.1.0rc8
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = synpivimage
version = 1.0.0a5
version = 1.0.0a6
author = Matthias Probst
author_email = matthias.probst@kit.edu
description = Tool to build synthetic Particle Image Velocimetry (PIV) images
Expand Down Expand Up @@ -34,8 +34,8 @@ install_requires =
scipy
pydantic
ontolutils == 0.6.0
ssnolib @ git+https://github.com/matthiasprobst/SSNOlib@v1.3.0.1a1
pivmetalib @ git+https://github.com/matthiasprobst/pivmetalib
ssnolib==1.3.0.1a2
pivmetalib==0.1.0rc8

[options.extras_require]
test =
Expand Down

0 comments on commit a023b23

Please sign in to comment.