diff --git a/requirements.txt b/requirements.txt index db4ca9963..479cf9fde 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ arrow==1.3.0 boto3==1.34.35 deprecation==2.1.0 -gemd==2.0.0 +gemd==2.1.8 pyjwt==2.8.0 requests==2.32.0 tqdm==4.66.3 diff --git a/setup.py b/setup.py index 90bc154ec..91ab80a33 100644 --- a/setup.py +++ b/setup.py @@ -25,13 +25,12 @@ "requests>=2.31.0,<3", "pyjwt>=2,<3", "arrow>=1.0.0,<2", - "gemd>=2.0.0,<3", + "gemd>=2.1.8,<3", "boto3>=1.34.35,<2", "deprecation>=2.1.0,<3", "urllib3>=1.26.18,<3", "tqdm>=4.27.0,<5", - "pint<=0.20; python_version < '3.9'", - "pint<0.24; python_version >= '3.9'" + "pint>=0.21,<0.24" ], extras_require={ "tests": [ diff --git a/src/citrine/__version__.py b/src/citrine/__version__.py index e3a316a7c..c2a4b6453 100644 --- a/src/citrine/__version__.py +++ b/src/citrine/__version__.py @@ -1 +1 @@ -__version__ = "3.4.7" +__version__ = "3.4.8"