Skip to content

Commit

Permalink
pin version for the future
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Sep 17, 2024
1 parent 2d9484d commit d9a509a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- adbc_driver_manager
- cargo
- pyarrow >= 17.0.0
- duckdb >= 1.1.0
- duckdb == 1.1.0
- datafusion == 40.1.*
- grpcio-channelz
- pyspark
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = [{name = "Substrait contributors", email = "[email protected]
license = {text = "Apache-2.0"}
readme = "README.md"
requires-python = ">=3.8.1"
dependencies = ["protobuf >= 3.20", "datafusion >= 40.1.0", "pyarrow >= 17.0.0", "substrait == 0.21.0", "duckdb >= 1.1.0"]
dependencies = ["protobuf >= 3.20", "datafusion >= 40.1.0", "pyarrow >= 17.0.0", "substrait == 0.21.0", "duckdb == 1.1.0"]
dynamic = ["version"]

[tool.setuptools_scm]
Expand Down

0 comments on commit d9a509a

Please sign in to comment.