Skip to content

Commit

Permalink
fix PIVMETA import
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasprobst committed Oct 28, 2024
1 parent c0d0006 commit 5b58fe0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ opencv-python
PyQt5
scipy
pydantic
ontolutils
pivmetalib @ git+https://github.com/matthiasprobst/pivmetalib
ontolutils @ git+https://github.com/matthiasprobst/ontology-utils
ontolutils == 0.6.0
pivmetalib @ git+https://github.com/matthiasprobst/pivmetalib
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ install_requires =
opencv-python
scipy
pydantic
ontolutils >= 0.4.8
ontolutils == 0.6.0
ssnolib @ git+https://github.com/matthiasprobst/SSNOlib@v1.3.0.1a1
pivmetalib @ git+https://github.com/matthiasprobst/pivmetalib

[options.extras_require]
Expand Down
3 changes: 2 additions & 1 deletion synpivimage/laser.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

import matplotlib.pyplot as plt
import numpy as np
from ontolutils.namespacelib import PIVMETA, QUDT_UNIT
from ontolutils.namespacelib import QUDT_UNIT
from pivmetalib import PIVMETA
from pydantic import BaseModel

from .codemeta import get_package_meta
Expand Down

0 comments on commit 5b58fe0

Please sign in to comment.