Skip to content

Commit

Permalink
Remove Restriction on Pandas Version (#71)
Browse files Browse the repository at this point in the history
* Update pyproject.toml

* Update README.md

* Update README.md

* Update pyproject.toml version
  • Loading branch information
mdr223 committed Feb 15, 2024
1 parent 360dad6 commit 6a0a4a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,4 @@ Note: A common pattern for adding layers to a document is to load in a previousl

See `papermage/predictors/README.md` for more information about training custom predictors on your own data.

See `papermage/examples/quick_start_demo.ipynb` for a notebook walking through some more usage patterns.
See `papermage/examples/quick_start_demo.ipynb` for a notebook walking through some more usage patterns.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = 'papermage'
version = '0.15.1'
version = '0.16.0'
description = 'Papermage. Casting magic over scientific PDFs.'
license = {text = 'Apache-2.0'}
readme = 'README.md'
Expand All @@ -12,7 +12,6 @@ dependencies = [
'requests',
'numpy>=1.23.2',
'scipy>=1.9.0',
'pandas<2',
'ncls==0.0.68',
'necessary>=0.3.2',
'grobid-client-python==0.0.5',
Expand Down

0 comments on commit 6a0a4a2

Please sign in to comment.