Skip to content

Commit e5c1058

Browse files
Pin numpy at <=2.0 to avoid pandas issue (#53)
In #52, I reported a conflict between the pinned version of Pandas from the data-access-api and the unpinned version of numpy. This PR pins numpy at < 2.0 in the pyproject.toml to avoid this conflict. Closes #52
1 parent bb47690 commit e5c1058

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ dependencies = [
2828
'langchain',
2929
'langchain_aws',
3030
'aind-metadata-upgrader>=0.6.2',
31+
'numpy<2.0',
3132
]
3233

3334
[project.optional-dependencies]

0 commit comments

Comments
 (0)