Skip to content

Commit

Permalink
Switching to the pypi released library for geoai common.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongilman committed Sep 30, 2024
1 parent 1f49674 commit bf62829
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
2 changes: 0 additions & 2 deletions dev-requirements.in

This file was deleted.

4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ readme = "README.md"
requires-python = ">=3.10"
license = { file = "LICENSE" }
dependencies = [
# TODO once it's in pypi enable this
# "e84-geoai-common>=0.0.1"

"e84-geoai-common>=0.0.1",
"requests>=2.32.3"
]
dynamic = ["version"]
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --refresh --all-extras pyproject.toml dev-requirements.in -o requirements.txt
-e ../e84-geoai-common
# via -r dev-requirements.in
# uv pip compile --refresh --all-extras pyproject.toml -o requirements.txt
altair==5.4.1
# via streamlit
annotated-types==0.7.0
Expand Down Expand Up @@ -54,6 +52,8 @@ decorator==5.1.1
# via ipython
distlib==0.3.8
# via virtualenv
e84-geoai-common==0.0.1
# via natural-language-geocoding (pyproject.toml)
exceptiongroup==1.2.2
# via
# ipython
Expand Down
1 change: 0 additions & 1 deletion scripts/refresh_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ uv pip compile \
--refresh \
--all-extras \
pyproject.toml \
dev-requirements.in \
-o requirements.txt

uv venv
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ if [[ -f .env ]]; then
source .env
fi

PYTHONPATH=src PYTHONPATH=src streamlit run streamlit_app.py
PYTHONPATH=src streamlit run src/natural_language_geocoding_demo/app.py

0 comments on commit bf62829

Please sign in to comment.