Skip to content

Commit c659ff8

Browse files
authored
Merge pull request #1095 from lorenzncode/master
Pin nptyping
2 parents 2f5caf2 + 168f188 commit c659ff8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ requirements:
2121
- ezdxf
2222
- ipython
2323
- typing_extensions
24-
- nptyping >=2.0.0
24+
- nptyping 2.0.1
2525
- nlopt
2626
- multimethod 1.6
2727
- casadi

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
- ezdxf
2121
- ipython
2222
- typing_extensions
23-
- nptyping>=2.0.0
23+
- nptyping=2.0.1
2424
- nlopt
2525
- path
2626
- casadi

0 commit comments

Comments
 (0)