Skip to content

Commit

Permalink
Add some missing python packages to 1.1 for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirks committed Jun 11, 2024
1 parent 911e3bc commit fe8995e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/fabric-runtime/1.1/.devcontainer/requirements.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
pip-tools
requests

# Matching the Runtime 1.1 in Fabric
# https://learn.microsoft.com/en-us/fabric/data-engineering/runtime-1-1
# https://github.com/microsoft/synapse-spark-runtime/tree/main/Fabric/spark3.3
pyspark==3.3.1
delta-spark==2.2.0

pip-tools
requests
python-dateutil
python-dotenv
dummy-notebookutils
8 changes: 8 additions & 0 deletions src/fabric-runtime/1.1/.devcontainer/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ click==8.1.7
# via pip-tools
delta-spark==2.2.0
# via -r requirements.in
dummy-notebookutils==1.5.3
# via -r requirements.in
idna==3.7
# via requests
importlib-metadata==7.1.0
Expand All @@ -32,8 +34,14 @@ pyspark==3.3.1
# via
# -r requirements.in
# delta-spark
python-dateutil==2.9.0.post0
# via -r requirements.in
python-dotenv==1.0.1
# via -r requirements.in
requests==2.32.3
# via -r requirements.in
six==1.16.0
# via python-dateutil
tomli==2.0.1
# via
# build
Expand Down

0 comments on commit fe8995e

Please sign in to comment.