mirror of https://github.com/openXC7/prjxray.git
Merge pull request #1425 from litghost/update_req
Relax scipy version requirement to simply a minimum version, rather than exact.
This commit is contained in:
commit
58df67f243
|
|
@ -10,7 +10,7 @@ progressbar2
|
||||||
pyjson5
|
pyjson5
|
||||||
pytest
|
pytest
|
||||||
pyyaml
|
pyyaml
|
||||||
scipy==1.2.1
|
scipy>=1.2.1
|
||||||
simplejson
|
simplejson
|
||||||
sympy
|
sympy
|
||||||
textx
|
textx
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue