Skip to content

Commit

Permalink
fix: kinparse version must be at least 1.2.1 for skidl to run on Pyth…
Browse files Browse the repository at this point in the history
…on 3.12.
  • Loading branch information
devbisme committed Oct 12, 2023
1 parent 7a24c00 commit 04660ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
requirements = [
"future >= 0.15.0",
"sexpdata == 1.0.0",
"kinparse >= 0.1.0",
"kinparse >= 1.2.1",
"kinet2pcb >= 1.1.0",
'enum34; python_version < "3.0"',
#'PySpice; python_version >= "3.0"',
Expand Down

0 comments on commit 04660ca

Please sign in to comment.