Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pin numpy<1.24.0 #516

Merged
merged 4 commits into from
Dec 19, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add pins note in README
  • Loading branch information
dbkeitel authored Dec 19, 2022
commit 8ca62398f0aa613f50f1ed65d5b958435a350558
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ which should all be pulled in automatically if you use `pip`:
For a general introduction to installing modules, see
[here](https://docs.python.org/3/installing/index.html).

NOTE: currently we have pinned to
`numpy<1.24.0` (due to an incompatibility with ptemcee)
and `lalsuite<=7.11` (our SFT filename handling needs to be updated).

### Optional dependencies

PyFstat manages optional dependencies through setuptool's `extras_require`.
Expand Down