8000 Increase python requirement to >= 3.8 by kandersolar · Pull Request #2029 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Increase python requirement to >= 3.8 #2029

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

Merged
merged 10 commits into from
May 3, 2024
Merged
Prev Previous commit
Next Next commit
fix h5py/numpy versioning issue for py3.8-min
  • Loading branch information
kandersolar committed May 1, 2024
commit f428ccdfb0945c7ee3130b981b8137c5c3d73ef4
2 changes: 1 addition & 1 deletion
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- requests
- pip:
- dataclasses
- h5py==3.1.0
- h5py==2.10.0 # chosen for compatibility with numpy 1.17.3 and py3.8
- numpy==1.17.3
- pandas==1.3.0
- scipy==1.6.0
Expand Down
0