Skip to content

Commit

Permalink
Remove unwanted fix and also fix travis to prevent adding PATH variable
Browse files Browse the repository at this point in the history
  • Loading branch information
chaithyagr committed Jul 6, 2020
1 parent 47683db commit 540b473
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -101,7 +101,6 @@ install:
else ldd $TRAVIS_BUILD_DIR/install/pysparse.so;
fi
- export PYTHONPATH=$TRAVIS_BUILD_DIR/install:$PYTHONPATH
- export PATH=$PATH:$(cd $TRAVIS_BUILD_DIR/build/temp.*/extern/bin; pwd)
- if [[ $TRAVIS_PYTHON_VERSION == '3.5' ]]; then pip install "astropy<4.0" "matplotlib<3.0.3"; fi

script:
Expand Down
2 changes: 1 addition & 1 deletion pysap/info.py
Expand Up @@ -75,12 +75,12 @@
"pyqtgraph>=0.10.0",
"progressbar2>=3.34.3",
"modopt>=1.4.0",
"scikit-learn>=0.19.1",
"PyWavelets>=1.0.0"
]
PREINSTALL_REQUIRES = [
"pybind11>=2.3.0",
"pyqt5>=5.12.2"
"scikit-learn>=0.19.1",
]
EXTRA_REQUIRES = {
"gui": {
Expand Down

0 comments on commit 540b473

Please sign in to comment.