DataMedSci / beprof

Beam Profile Analysing Tools
MIT License
2 stars 2 forks source link

Remove scipy from appveyor build #117

Closed antnieszka closed 7 years ago

antnieszka commented 7 years ago

grep -R "scipy"

appveyor.yml:  - conda install -q --name python%PYTHON_VERSION% setuptools wheel numpy scipy
appveyor.yml:  - python -c "import scipy as sp;print(sp.version.version)"

Maybe we could remove scipy from appveyor build?

grzanka commented 7 years ago

Sure, remove it.