Skip to content

Commit 643fedf

Browse files
authored
Merge pull request #1536 from zm711/limit-pq
Limit quantities < `0.16.0` until we fix neo for view vs copy behavior
2 parents 997f795 + 8173956 commit 643fedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
dependencies = [
2525
"packaging",
2626
"numpy>=1.19.5",
27-
"quantities>=0.14.1"
27+
"quantities>=0.14.1,<0.16.0"
2828
]
2929

3030
[project.urls]

0 commit comments

Comments
 (0)