Skip to content

Commit

Permalink
fix dependencies on typing_extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamindkilleen committed Nov 7, 2023
1 parent b5ba75b commit be684ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
numpy
scipy
typing_extensions

# development
pytest
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="killeengeo",
version="0.0.4",
version="0.0.5",
description="2D and 3D geometry in Python.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -18,6 +18,7 @@
install_requires=[
"numpy",
"scipy",
"typing_extensions",
],
packages=find_packages(where="src"),
package_dir={"": "src"},
Expand Down

0 comments on commit be684ae

Please sign in to comment.