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

scipy 1.5+ #1670

Merged
merged 1 commit into from
Feb 1, 2021
Merged
Changes from all commits
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
scipy 1.5+
Sufficient since it was last release in december and works well.
The 3.5 release series still builds wheels for Python 3.6 for Ubuntu
oldstable (18.04).
  • Loading branch information
ax3l committed Feb 1, 2021
commit eceb777455fafb6a344d128992f697fa6ad975c6
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
numpy~=1.15
periodictable~=1.5
picmistandard==0.0.13
scipy~=1.6 # picmistandard bug: https://github.com/picmi-standard/picmi/pull/34
scipy~=1.5 # picmistandard bug: https://github.com/picmi-standard/picmi/pull/34
# optional, some used for testing:
# yt
# openpmd-api
Expand Down