requirements pint
This commit is contained in:
parent
9bb03d282d
commit
fe8f636498
|
@ -23,8 +23,3 @@ base2 = UnitRegistry()
|
||||||
base2.load_definitions(str(unit_registry / 'base2.quantities.txt'))
|
base2.load_definitions(str(unit_registry / 'base2.quantities.txt'))
|
||||||
|
|
||||||
GiB = base2.GiB
|
GiB = base2.GiB
|
||||||
|
|
||||||
|
|
||||||
# pint
|
|
||||||
# numpy
|
|
||||||
# pySMART
|
|
||||||
|
|
|
@ -41,3 +41,4 @@ python-decouple==3.3
|
||||||
python-dotenv==0.14.0
|
python-dotenv==0.14.0
|
||||||
pyjwt==2.0.0a1
|
pyjwt==2.0.0a1
|
||||||
numpy==1.16.3
|
numpy==1.16.3
|
||||||
|
pint==0.9
|
||||||
|
|
Reference in New Issue