Skip to content

Commit

Permalink
remove branch from git url
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Feb 29, 2024
1 parent 17f7d81 commit 45aa190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def read(fname):
packages=setuptools.find_packages(),
include_package_data=True,
install_requires=[
"cads-api-client@git+https://github.com/ecmwf-projects/cads-api-client.git@COPDS-1531-beta-api", # FIXME
"cads-api-client@git+https://github.com/ecmwf-projects/cads-api-client.git",
"requests>=2.5.0",
"tqdm",
],
Expand Down

0 comments on commit 45aa190

Please sign in to comment.