Skip to content

Commit

Permalink
Fix git links in requirments
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHodson committed Feb 15, 2024
1 parent 223b3d2 commit e4840bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
pe
findlibs
pyfdb @ git+https://github.com/ecmwf/pyfdb@develop
aviso @ git+https://github.com/ecmwf/pyfdb@develop
aviso @ git+https://github.com/ecmwf/aviso@develop
7 changes: 3 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ python_requires = >=3.10
install_requires =
pandas
numexpr
pyodc @ git+https://github.com/TomHodson/pyodc@test/string_hack
pyaviso @ git+https://github.com/ecmwf/aviso@develop
pyodc @ git+https://github.com/TomHodson/pyodc.git@test/string_hack
pyaviso @ git+https://github.com/ecmwf/aviso.git@develop
pyfdb @ git+https://github.com/ecmwf/pyfdb.git@develop
requests
oauthlib
requests-oauthlib
Expand All @@ -39,8 +40,6 @@ install_requires =
rich
pe
findlibs
# aviso @ git+https://github.com/ecmwf/pyfdb@develop
pyfdb @ git+https://github.com/ecmwf/pyfdb@develop


[options.extras_require]
Expand Down

0 comments on commit e4840bd

Please sign in to comment.