Skip to content

Commit

Permalink
Revert "push deps again"
Browse files Browse the repository at this point in the history
This reverts commit 750c06d.

Change makefile so it upgrades pip
  • Loading branch information
seeker25 committed Jan 28, 2025
1 parent 750c06d commit 5af7110
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 27 deletions.
2 changes: 1 addition & 1 deletion jobs/notebook-report/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ build-req: clean ## Upgrade requirements
install: clean ## Install python virtrual environment
test -f venv/bin/activate || python3.8 -m venv $(CURRENT_ABS_DIR)/venv ;\
. venv/bin/activate ;\
pip install pip==20.3.3 ;\
pip install --upgrade pip ;\
pip install -Ur requirements.txt

install-dev: ## Install local application
Expand Down
25 changes: 12 additions & 13 deletions jobs/notebook-report/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ pandas
matplotlib
papermill
schedule
attrs
future
Jinja2
markupsafe
python-dateutil
pytz
importlib-metadata
itsdangerous
attrs==19.1.0
future==0.18.3
Jinja2==2.11.3
markupsafe==2.0.1
python-dateutil==2.8.1
pytz==2019.3
importlib-metadata==1.6.0
itsdangerous==2.0.1
jsonschema[format-nongpl]
more-itertools
six
pyrsistent
zipp
more-itertools==7.2.0
six==1.14.0
pyrsistent==0.16.0
zipp==3.1.0

Flask==1.1.2
pytest
Expand All @@ -35,4 +35,3 @@ pep8
autopep8
certifi
urllib3
wheel
25 changes: 12 additions & 13 deletions jobs/notebook-report/requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ pandas
matplotlib
papermill
schedule
attrs
future
Jinja2
markupsafe
python-dateutil
pytz
importlib-metadata
itsdangerous
more-itertools
six
pyrsistent
zipp
attrs==19.2.0
future==0.18.3
Jinja2==2.11.3
markupsafe==2.0.1
python-dateutil==2.8.1
pytz==2019.3
importlib-metadata==1.6.0
itsdangerous==2.0.1
more-itertools==7.2.0
six==1.14.0
pyrsistent==0.16.0
zipp==3.19.1
jsonschema[format-nongpl]
Flask==1.1.2
pytest
Expand All @@ -34,7 +34,6 @@ pep8
autopep8
certifi
urllib3
wheel



Expand Down

0 comments on commit 5af7110

Please sign in to comment.