Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jdddog committed Aug 2, 2023
1 parent afd3453 commit d97cffb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python -m pip install --upgrade pip
cd ..
git clone https://github.com/The-Academic-Observatory/observatory-platform.git
git clone -b feature/airflow2.6.3 https://github.com/The-Academic-Observatory/observatory-platform.git
cd observatory-platform
pip install -e observatory-api
pip install -e observatory-platform
Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
xmltodict==0.12.*
backoff<2,>=1.11.0
ratelimit==2.2.*
wos==0.2.*
pandas>=1.3,<2
xmltodict>=0.12.0,<1
backoff>=2,<3
ratelimit>=2.2.0,<3
wos>=0.2.5,<1
pandas>=1.3,<3
beautifulsoup4>=4.9.3,<5
boto3>=1.15.0,<2
nltk==3.*
Deprecated>1,<2
limits>3,<4
nltk>=3,<4
Deprecated>=1,<2
limits>=3,<4

0 comments on commit d97cffb

Please sign in to comment.