Skip to content

Commit

Permalink
Dependency fix (#147)
Browse files Browse the repository at this point in the history
* add packaging

* version bump
  • Loading branch information
bboynton97 authored Apr 9, 2024
1 parent 46e8f49 commit 5c11613
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "agentops"
version = "0.1.1"
version = "0.1.2"
authors = [
{ name="Alex Reibman", email="areibman@gmail.com" },
{ name="Shawn Qiu", email="siyangqiu@gmail.com" },
Expand All @@ -21,7 +21,8 @@ classifiers = [
]
dependencies = [
"requests==2.31.0",
"psutil==5.9.8"
"psutil==5.9.8",
"packaging==24.0"
]
[project.optional-dependencies]
dev = [
Expand Down

0 comments on commit 5c11613

Please sign in to comment.