Skip to content

Commit

Permalink
Merge pull request #959 from CitrineInformatics/update-gemd-version
Browse files Browse the repository at this point in the history
Update GEMD version
  • Loading branch information
jspeerless authored Aug 5, 2024
2 parents 015bcdc + 2c84638 commit b157748
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion src/citrine/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.4.7"
__version__ = "3.4.8"

0 comments on commit b157748

Please sign in to comment.