Skip to content

Commit

Permalink
Updated the parchmint library since previous poetry build was breakin…
Browse files Browse the repository at this point in the history
…g things
  • Loading branch information
rkrishnasanka committed Sep 6, 2023
1 parent 416b79f commit b2c13b9
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 48 deletions.
87 changes: 41 additions & 46 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "pymint"
version = "0.3.1"
version = "0.3.2"
description = "MINT is a human readable language to describe Microfluidic Hardware Netlists. MINT is the name of the Microfluidic Netlist language used to describe microfluidic devices for Fluigi to place and route. Mint is a flavor of (MHDL) Microfluidic Hardware Description Language that can be used to represent Microfluidic Circuits."
authors = ["Radhakrishna Sanka <rkrishnasanka@gmail.com>"]
license = "BSD-3-Clause"
Expand All @@ -11,11 +11,11 @@ packages = [ {include = "pymint"}]
python = ">=3.8,<3.11"
install = "^1.3.3"
antlr4-python3-runtime = "^4.8"
parchmint = {path = "../pyparchmint", develop=true}
networkx = "^3.0"
pygraphviz = "^1.9"
pyfiglet = "^0.8.post1"
click = "^8.1.3"
parchmint = "^0.3.4"

[tool.poetry.dev-dependencies]
mypy = "^1.1.1"
Expand Down

0 comments on commit b2c13b9

Please sign in to comment.