Skip to content

Commit

Permalink
BUILD: require typing_inspect~=0.7 and scipy~=1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ittner committed Jun 5, 2023
1 parent 2f533ba commit 02eecc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requires = [
"matplotlib ~=3.0",
"numpy >=1.21,<2a", # cannot use ~= due to conda bug
"pandas >=1",
"scipy ~=1.2",
"scipy ~=1.6",
"typing_inspect ~=0.7",
"typing_extensions ~=4.0",
]
Expand Down Expand Up @@ -73,7 +73,7 @@ matplotlib = "~=3.0.3"
numpy = "==1.21.6" # cannot use ~= due to conda bug
pandas = "~=1.0.5"
python = ">=3.7.12,<3.8a" # cannot use ~= due to conda bug
scipy = "~=1.2.1"
scipy = "~=1.6.3"
typing_inspect = "~=0.7.1"
typing_extensions = "~=4.0.0"

Expand All @@ -84,7 +84,7 @@ matplotlib = "~=3.5"
numpy = ">=1.24,<2a" # cannot use ~= due to conda bug
pandas = "~=2.0"
python = ">=3.9,<4a" # cannot use ~= due to conda bug
scipy = "~=1.8"
scipy = "~=1.10"
typing_inspect = "~=0.7"
typing_extensions = "~=4.3"

Expand Down

0 comments on commit 02eecc5

Please sign in to comment.