-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the parchmint library since previous poetry build was breakin…
…g things
- Loading branch information
1 parent
416b79f
commit b2c13b9
Showing
2 changed files
with
43 additions
and
48 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>"] | ||
license = "BSD-3-Clause" | ||
|
@@ -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" | ||
|