Skip to content

Commit

Permalink
Updates numpy requirements to be compatible with new sparclclient ver…
Browse files Browse the repository at this point in the history
…sion (#80)
  • Loading branch information
chaduhduh authored Oct 8, 2024
1 parent 7ba3cc6 commit 7b46c41
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ scipy>=1.11.3,<1.12.0; python_version >= "3.10" and python_version < "3.12"
specutils>=1.13.0,<1.14.0; python_version >= "3.10" and python_version < "3.12"
pyvo>=1.3,<1.4; python_version >= "3.10" and python_version < "3.12"
pycurl_requests>=0.5.0,<0.6.0; python_version >= "3.10" and python_version < "3.12"
numpy>=1.23.5,<1.24.0; python_version >= "3.10" and python_version < "3.12"
numpy>=1.23.5,<1.26.4; python_version >= "3.10" and python_version < "3.12"
matplotlib>=3.8.0,<3.9.0; python_version >= "3.10" and python_version < "3.12"
httplib2>=0.22.0,<0.23.0; python_version >= "3.10" and python_version < "3.12"
pandas>=2.1.1,<2.2.0; python_version >= "3.10" and python_version < "3.12"
Expand All @@ -19,10 +19,10 @@ scipy==1.11.1; python_version == "3.9"
specutils==1.1.1; python_version == "3.9"
pyvo==1.1; python_version == "3.9"
pycurl_requests==0.1.2; python_version == "3.9"
numpy>=1.23.4,<1.24.0; python_version == "3.9"
numpy>=1.23.4,<1.26.4; python_version == "3.9"
matplotlib>=3.6.2,<3.7.0; python_version == "3.9"
httplib2>=0.21.0,<0.22.0; python_version == "3.9"
pandas>=1.5.1,<1.6.0; python_version == "3.9"
pandas>=1.5.1,<2.2.0; python_version == "3.9"
astropy>=5.3.4,<5.4.0; python_version == "3.9"
chardet>=5.0.0,<5.1.0; python_version == "3.9"
requests>=2.31.0,<2.32.0; python_version == "3.9"
Expand All @@ -31,4 +31,3 @@ Pillow>=10.3.0,<10.4.0; python_version == "3.9"
pycurl>=7.45.0,<7.46.0; python_version == "3.9"
scikit_learn>=1.0.1,<1.1.0; python_version == "3.9"
certifi

0 comments on commit 7b46c41

Please sign in to comment.