Skip to content

Commit

Permalink
Adjusting fsspec to fix a conflict with other libraries used in load …
Browse files Browse the repository at this point in the history
…testing (#65)

### What

In compass-load-testing we are using datasets library. It has a max
version of `2024.9.0` and there is not reason we have to require
`2024.10.0` here so I adjusted it so that it shouldn't complain anymore.
  • Loading branch information
dbaxter-cohere authored Dec 12, 2024
1 parent 3d2d21b commit 421b216
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
42 changes: 21 additions & 21 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.poetry]
name = "compass-sdk"
version = "0.9.2"
version = "0.9.3"
authors = []
description = "Compass SDK"
readme = "README.md"
packages = [{include = "cohere"}]

[tool.poetry.dependencies]
fsspec = "^2024.10.0"
fsspec = ">=2024.9.0"
joblib = "1.4.2"
pydantic = ">=2.6.3"
python = ">=3.9,<4.0"
Expand Down

0 comments on commit 421b216

Please sign in to comment.