Skip to content

Commit

Permalink
switch installs to ciroh-ua
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLaserGit committed Feb 28, 2025
1 parent 4f05fa5 commit 182570f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python/ngen_cal/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_requires =
pyarrow
tables
hypy @ git+https://github.com/noaa-owp/hypy@master#egg=hypy&subdirectory=python
ngen_config @ git+https://github.com/noaa-owp/ngen-cal@master#egg=ngen_config&subdirectory=python/ngen_conf
ngen_config @ git+https://github.com/ciroh-ua/ngen-cal@master#egg=ngen_config&subdirectory=python/ngen_conf
pyyaml
python_requires = >=3.8
include_package_data = True
Expand Down
2 changes: 1 addition & 1 deletion python/ngen_conf/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install_requires =
pydantic<2
geojson_pydantic
typing_extensions
ngen_init_config[all] @ git+https://github.com/noaa-owp/ngen-cal@master#egg=ngen_init_config&subdirectory=python/ngen_init_config
ngen_init_config[all] @ git+https://github.com/ciroh-ua/ngen-cal@master#egg=ngen_init_config&subdirectory=python/ngen_init_config
python_requires = >=3.8
include_package_data = True

Expand Down
4 changes: 2 additions & 2 deletions python/ngen_config_gen/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ install_requires =
pyarrow
pydantic<2
typing_extensions
ngen_config[all] @ git+https://github.com/noaa-owp/ngen-cal@master#egg=ngen_config&subdirectory=python/ngen_conf
ngen_init_config[all] @ git+https://github.com/noaa-owp/ngen-cal@master#egg=ngen_init_config&subdirectory=python/ngen_init_config
ngen_config[all] @ git+https://github.com/ciroh-ua/ngen-cal@master#egg=ngen_config&subdirectory=python/ngen_conf
ngen_init_config[all] @ git+https://github.com/ciroh-ua/ngen-cal@master#egg=ngen_init_config&subdirectory=python/ngen_init_config
python_requires = >=3.8
# include_package_data = True

Expand Down

0 comments on commit 182570f

Please sign in to comment.