Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlirezaMorsali committed Oct 17, 2022
1 parent 01df2b2 commit f279328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "invertedai"
version = "0.0.3rc0"
version = "0.0.3rc1"
description = "Client SDK for InvertedAI"
authors = ["Inverted AI <info@inverted.ai>"]
readme = "README.md"
Expand All @@ -13,9 +13,9 @@ packages = [
python = ">=3.7,<3.11"
python-dotenv = "^0.21.0"
requests = "^2.28.1"
numpy = "^1.17.0"

[tool.poetry.group.dev.dependencies]
numpy = "^1.17.0"
matplotlib = "^3.5"
ipython = "^7.34"
ipywidgets = "^8.0.2"
Expand Down

0 comments on commit f279328

Please sign in to comment.