Skip to content

Commit

Permalink
setting numpy 1.22.1 and PyJWT to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sadpandajoe committed Jun 7, 2022
1 parent 2a45be3 commit 131d613
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def get_git_sha() -> str:
"isodate",
"markdown>=3.0",
"msgpack>=1.0.0, <1.1",
"numpy==1.22.1",
"pandas>=1.3.0, <1.4",
"parsedatetime",
"pgsanity",
Expand All @@ -103,7 +104,7 @@ def get_git_sha() -> str:
"python-geohash",
"pyarrow>=5.0.0, <6.0",
"pyyaml>=5.4",
"PyJWT>=2.0.0, <2.3.0",
"PyJWT>=2.0.0, <2.4.0",
"redis",
"selenium>=3.141.0",
"simplejson>=3.15.0",
Expand Down

0 comments on commit 131d613

Please sign in to comment.