Skip to content

Commit

Permalink
Set maximum version for fsspec because it is super unstable (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhfrank authored Mar 27, 2024
1 parent 6f48db2 commit 7c869ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
fire >= 0.4
fsspec >= 2021.7.0
# See https://github.com/related-sciences/articat/pull/59
fsspec >= 2021.7.0, < 2024.3.0
gcsfs >= 2021.7.0
google-cloud-bigquery >= 1.11
google-cloud-datastore >= 2.1
Expand Down

0 comments on commit 7c869ce

Please sign in to comment.