Skip to content

Commit

Permalink
update version pin due to Python 3.8 issues in NF 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdsharpe committed Mar 12, 2024
1 parent f79647c commit dd55508
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 @@ -55,7 +55,7 @@
'tqdm >= 4',
'sortedcontainers >= 2',
'dill >= 0.3',
'neuralfoil >= 0.2.0, <0.3.0'
'neuralfoil >= 0.2.1, <0.3.0'
],
extras_require={
"full": [
Expand Down

0 comments on commit dd55508

Please sign in to comment.