File tree 4 files changed +16
-12
lines changed
4 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 52
52
cmds :
53
53
- task python:base:deps:copy-requirements FILE_PREFIX={{.FILE_PREFIX}} IDENTIFIER={{.IDENTIFIER}} NBL_PYTHON_VERSION={{.NBL_PYTHON_VERSION}}
54
54
# specifically looks at the python/<ident>/<version>/<version>.requirements.in file, not the generic requirements.in files
55
- - $(pyenv root)/versions/py{{.NBL_PYTHON_VERSION}}/bin/python -m piptools compile --resolver=backtracking -- output-file python/{{.IDENTIFIER}}/{{.NBL_PYTHON_VERSION}}/{{.FILE_PREFIX}}requirements.txt python/{{.IDENTIFIER}}/{{.NBL_PYTHON_VERSION}}/{{.NBL_PYTHON_VERSION}}.{{.FILE_PREFIX}}requirements.in
55
+ - $(pyenv root)/versions/py{{.NBL_PYTHON_VERSION}}/bin/python -m piptools compile --output-file python/{{.IDENTIFIER}}/{{.NBL_PYTHON_VERSION}}/{{.FILE_PREFIX}}requirements.txt python/{{.IDENTIFIER}}/{{.NBL_PYTHON_VERSION}}/{{.NBL_PYTHON_VERSION}}.{{.FILE_PREFIX}}requirements.in
56
56
generates :
57
57
- python/{{.IDENTIFIER}}/{{.NBL_PYTHON_VERSION}}/{{.FILE_PREFIX}}requirements.txt
58
58
Original file line number Diff line number Diff line change 2
2
# This file is autogenerated by pip-compile with Python 3.10
3
3
# by the following command:
4
4
#
5
- # pip-compile --output-file=python/noteable/3.10/requirements.txt --resolver=backtracking python/noteable/3.10/3.10.requirements.in
5
+ # pip-compile --output-file=python/noteable/3.10/requirements.txt python/noteable/3.10/3.10.requirements.in
6
6
#
7
7
adagio == 0.2.4
8
8
# via
@@ -490,7 +490,7 @@ nest-asyncio==1.5.6
490
490
# ipykernel
491
491
# nbclassic
492
492
# notebook
493
- noteable @ git+https://www.github.com/noteable-io/noteable-notebook-magics.git@b7ea1e809bfc78be7bec58602504596dde6a089a
493
+ noteable @ git+https://www.github.com/noteable-io/noteable-notebook-magics.git@4399550a7ba7407a0fc829271d315e79552abb46
494
494
# via -r python/noteable/3.10/requirements.in
495
495
noteable-origami == 0.0.11
496
496
# via papermill-origami
@@ -777,8 +777,10 @@ send2trash==1.8.2
777
777
# notebook
778
778
sidecar-comms @ git+https://www.github.com/noteable-io/sidecar_comms.git@009210009af85640852398dd6965bb7c285e21e2
779
779
# via -r python/noteable/3.10/requirements.in
780
- singlestoredb == 0.6.1
781
- # via sqlalchemy-singlestoredb
780
+ singlestoredb [sqlalchemy ]== 0.8.1
781
+ # via
782
+ # noteable
783
+ # sqlalchemy-singlestoredb
782
784
six == 1.16.0
783
785
# via
784
786
# asttokens
@@ -831,7 +833,7 @@ sqlalchemy-databricks==0.2.0
831
833
sqlalchemy-redshift == 0.8.12
832
834
# via noteable
833
835
sqlalchemy-singlestoredb == 0.2.0
834
- # via noteable
836
+ # via singlestoredb
835
837
sqlglot == 13.2.0
836
838
# via fugue
837
839
sqlparams == 5.1.0
Original file line number Diff line number Diff line change 2
2
# This file is autogenerated by pip-compile with Python 3.9
3
3
# by the following command:
4
4
#
5
- # pip-compile --output-file=python/noteable/3.9/requirements.txt --resolver=backtracking python/noteable/3.9/3.9.requirements.in
5
+ # pip-compile --output-file=python/noteable/3.9/requirements.txt python/noteable/3.9/3.9.requirements.in
6
6
#
7
7
adagio == 0.2.4
8
8
# via
@@ -495,7 +495,7 @@ nest-asyncio==1.5.6
495
495
# ipykernel
496
496
# nbclassic
497
497
# notebook
498
- noteable @ git+https://www.github.com/noteable-io/noteable-notebook-magics.git@b7ea1e809bfc78be7bec58602504596dde6a089a
498
+ noteable @ git+https://www.github.com/noteable-io/noteable-notebook-magics.git@4399550a7ba7407a0fc829271d315e79552abb46
499
499
# via -r python/noteable/3.9/requirements.in
500
500
noteable-origami == 0.0.11
501
501
# via papermill-origami
@@ -782,8 +782,10 @@ send2trash==1.8.2
782
782
# notebook
783
783
sidecar-comms @ git+https://www.github.com/noteable-io/sidecar_comms.git@009210009af85640852398dd6965bb7c285e21e2
784
784
# via -r python/noteable/3.9/requirements.in
785
- singlestoredb == 0.6.1
786
- # via sqlalchemy-singlestoredb
785
+ singlestoredb [sqlalchemy ]== 0.8.1
786
+ # via
787
+ # noteable
788
+ # sqlalchemy-singlestoredb
787
789
six == 1.16.0
788
790
# via
789
791
# asttokens
@@ -836,7 +838,7 @@ sqlalchemy-databricks==0.2.0
836
838
sqlalchemy-redshift == 0.8.12
837
839
# via noteable
838
840
sqlalchemy-singlestoredb == 0.2.0
839
- # via noteable
841
+ # via singlestoredb
840
842
sqlglot == 13.2.0
841
843
# via fugue
842
844
sqlparams == 5.1.0
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ graphviz==0.20.1
14
14
15
15
# https://github.com/noteable-io/ packages
16
16
git+https://www.github.com/noteable-io/dx.git@a9a4310e51236833e818f3d81edc06a2c2fa3b0e
17
- git+https://www.github.com/noteable-io/noteable-notebook-magics.git@b7ea1e809bfc78be7bec58602504596dde6a089a
17
+ git+https://www.github.com/noteable-io/noteable-notebook-magics.git@4399550a7ba7407a0fc829271d315e79552abb46
18
18
git+https://www.github.com/noteable-io/sidecar_comms.git@009210009af85640852398dd6965bb7c285e21e2
19
19
git+https://www.github.com/noteable-io/ipykernel-logging.git@dc169edb8d7c262a001b795373b479df561bfe73
20
20
You can’t perform that action at this time.
0 commit comments