Skip to content

Commit

Permalink
Merge pull request #394 from simonsobs/koopman/pin-numpy
Browse files Browse the repository at this point in the history
Pin numpy<2.0
  • Loading branch information
BrianJKoopman authored Jul 30, 2024
2 parents 61f9170 + dfe9669 commit faa17f4
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 faa17f4

Please sign in to comment.