Skip to content

Commit

Permalink
Updating requirements (#405)
Browse files Browse the repository at this point in the history
* Updating requirements

* Update requirements-dev.txt

* Update requirements-dev-opt.txt

* more fixes

---------

Co-authored-by: Abishek Gopal <[email protected]>
  • Loading branch information
abishekg7 and Abishek Gopal authored Mar 5, 2024
1 parent 6818f84 commit 59e757f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion model/common/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-r ../../base-requirements-dev.txt
-e .'[netcdf]'
-e .[netcdf]
2 changes: 1 addition & 1 deletion model/common/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-r ../../base-requirements.txt
.'[netcdf]'
.[netcdf]
2 changes: 1 addition & 1 deletion model/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
-e ./atmosphere/dycore
-e ./atmosphere/diffusion
-e ./atmosphere/advection
-e ./common'[netcdf]'
-e ./common[netcdf]
-e ./driver
2 changes: 1 addition & 1 deletion requirements-dev-opt.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
git+https://github.com/ghex-org/GHEX.git#subdirectory=bindings/python
-r base-requirements-dev.txt
# icon4py model
-e ./model/common'[all]'
-e ./model/common[all]
-e ./model/atmosphere/dycore
-e ./model/atmosphere/advection
-e ./model/atmosphere/diffusion
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# icon4py model
-e ./model/atmosphere/dycore
-e ./model/atmosphere/advection
-e ./model/common'[netcdf]'
-e ./model/common[netcdf]
-e ./model/atmosphere/diffusion
-e ./model/driver

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
./model/atmosphere/dycore
./model/atmosphere/diffusion
./model/atmosphere/advection
./model/common'[netcdf]'
./model/common[netcdf]
./model/driver

# icon4pytools
Expand Down

0 comments on commit 59e757f

Please sign in to comment.