Skip to content

Commit

Permalink
feat: lock versions in requirements.txt
Browse files Browse the repository at this point in the history
This PR locks the versions in `requirements.txt`. The original version
of that file is now called `requirements-unlocked` and can be used to
update an environment to the latest versions of all packages.

This is one out of two steps towards resolving substrait-io#127.

Signed-off-by: Ingo Müller <[email protected]>
  • Loading branch information
ingomueller-net committed Nov 28, 2024
1 parent 915c889 commit 4fafb58
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 13 deletions.
14 changes: 14 additions & 0 deletions requirements-unlocked.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
datafusion==40.1.0
duckdb
filelock
ibis-framework
ibis-substrait
JPype1
protobuf==5.28.3
pyarrow
pytest
pytest-csv
pytest-snapshot
pytest-xdist
substrait
substrait-validator
41 changes: 28 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,30 @@
# This file was generated using `pip freeze > requirements.txt`.
atpublic==5.0
click==8.1.7
datafusion==40.1.0
duckdb
filelock
ibis-framework
ibis-substrait
JPype1
duckdb==1.1.3
execnet==2.1.1
filelock==3.16.1
ibis-framework==9.5.0
ibis-substrait==4.0.1
iniconfig==2.0.0
jdot==0.5
jpype1==1.5.1
packaging==24.2
parsy==2.1
pluggy==1.5.0
protobuf==5.28.3
--extra-index-url https://pypi.fury.io/arrow-nightlies --prefer-binary --pre
pyarrow
pytest
pytest-csv
pytest-snapshot
pytest-xdist
substrait
substrait-validator
pyarrow==18.1.0
pytest==8.3.3
pytest-csv==3.0.0
pytest-snapshot==0.9.0
pytest-xdist==3.6.1
python-dateutil==2.9.0.post0
pytz==2024.2
PyYAML==6.0.2
six==1.16.0
sqlglot==25.20.2
substrait==0.23.0
substrait-validator==0.1.1
toolz==0.12.1
typing_extensions==4.12.2

0 comments on commit 4fafb58

Please sign in to comment.