Skip to content

Commit

Permalink
Reset python version + dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ophelielacroix committed Apr 12, 2021
1 parent e969780 commit 4b55e00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Expand Up @@ -13,7 +13,7 @@ sphinx:

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
version: 3.6
install:
- requirements: requirements.txt
- requirements: docs/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: python
python:
- "3.8"
- "3.6"
before_install:
# See https://github.com/travis-ci/travis-ci/issues/7940
- sudo rm -f /etc/boto.cfg
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -9,4 +9,4 @@ pandas==1.0.1
transformers==3.5.1
srsly==1.0.2
tweepy
allennlp
allennlp==1.3.0

0 comments on commit 4b55e00

Please sign in to comment.