We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4a0c9a commit d7f23dfCopy full SHA for d7f23df
.travis.yml
@@ -1,10 +1,12 @@
1
sudo: false
2
+dist: focal
3
language: python
4
python:
-- '3.9'
5
+- "3.10.2"
6
before_install:
-- pip3.9 install -r requirements.txt
7
-- pip3.9 install -e .
+- pip3.10 install --upgrade numpy
8
+- pip3.10 install -r requirements.txt
9
+- pip3.10 install -e .
10
script: pytest -m "not compiled" --cov=pythonwhat
11
deploy:
12
provider: pypi
requirements.txt
@@ -5,14 +5,14 @@ dill~=0.3.4
markdown2~=2.3.10
jinja2~=2.11.3
-numpy~=1.19.5
+numpy~=1.22.1
pandas~=1.3.2
# test deps
-scipy~=1.7.1
+scipy~=1.7.3
13
bs4~=0.0.1
14
html5lib~=1.1
15
-h5py~=3.1.0
+h5py~=3.6.0
16
requests~=2.26.0
17
seaborn~=0.11.2
18
sqlalchemy~=1.4.23
0 commit comments