Skip to content

Commit

Permalink
specify typing-extensions version (pydata#5507)
Browse files Browse the repository at this point in the history
Co-authored-by: Maximilian Roos <[email protected]>
  • Loading branch information
malmans2 and max-sixty authored Jul 2, 2021
1 parent 49f52ba commit 940b11d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/getting-started-guide/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Required dependencies

- Python (3.7 or later)
- setuptools (40.4 or later)
- typing-extensions
- typing-extensions (3.10 or later)
- `numpy <http://www.numpy.org/>`__ (1.17 or later)
- `pandas <http://pandas.pydata.org/>`__ (1.0 or later)

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ install_requires =
numpy >= 1.17
pandas >= 1.0
setuptools >= 40.4 # For pkg_resources
typing-extensions # Backported type hints
typing-extensions >= 3.10 # Backported type hints

[options.extras_require]
io =
Expand Down

0 comments on commit 940b11d

Please sign in to comment.