Skip to content

Commit

Permalink
Intentando con requísitos más recientes
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Nov 26, 2019
1 parent 27665fa commit 37e7eb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,7 @@ install:
- pip install -r requísitos.txt
- pip install coveralls codecov
- python setup.py sdist bdist_wheel
- pip install tikon --no-index --find-links=./dist
- pip install .
script:
- cd pruebas
- coverage run -m unittest
Expand Down
6 changes: 3 additions & 3 deletions requísitos.txt
@@ -1,11 +1,11 @@
numpy
numpy>=1.17.3
matplotlib
scipy
scipy>=1.3.3
SALib
spotpy
chardet
pandas
taqdir>=2.1
taqdir>=2.1.3
bibtexparser
shapely
ennikkai
Expand Down

0 comments on commit 37e7eb8

Please sign in to comment.