Skip to content

Commit e5a7c08

Browse files
Remove github repos from pyproject.toml (#419)
1 parent c22cf8d commit e5a7c08

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/release_notes/version_0.9_updates.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Version 0.9 Updates
22
/////////////////////////
33

44

5-
Version 0.9.1
5+
Version 0.9.2
66
===============
77

88
Fixes

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ optional-dependencies.ci = [
7171
optional-dependencies.dev = [
7272
"cartopy",
7373
"cdsapi",
74-
"earthkit-data-demo-source @ git+https://github.com/ecmwf/earthkit-data-demo-source",
74+
"earthkit-data-demo-source",
7575
"eccovjson>=0.0.5",
7676
"ecmwf-api-client>=1.6.1",
7777
"ecmwf-opendata>=0.3.3",
@@ -113,7 +113,7 @@ optional-dependencies.projection = [
113113
"cartopy",
114114
]
115115
optional-dependencies.test = [
116-
"earthkit-data-demo-source @ git+https://github.com/ecmwf/earthkit-data-demo-source",
116+
"earthkit-data-demo-source",
117117
"nbconvert",
118118
"nbformat",
119119
"pytest",

0 commit comments

Comments
 (0)