Skip to content

Commit

Permalink
Pin numpy<2.0
Browse files Browse the repository at this point in the history
Otherwise tests start to segfault due to incompatibility with so3g.
  • Loading branch information
BrianJKoopman committed Jul 30, 2024
1 parent 61f9170 commit dfe9669
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ setproctitle
influxdb

# FakeDataAgent
numpy
# 2.0 pin required until https://github.com/simonsobs/so3g/issues/184 is fixed
numpy<2.0

# Documentation generation
# see docs/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
'deprecation',
'PyYAML',
'influxdb',
'numpy',
'numpy<2.0', # pin until 2.0 is supported in so3g
'importlib_metadata;python_version<"3.10"',
'setproctitle',
],
Expand Down

0 comments on commit dfe9669

Please sign in to comment.