Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Apr 12, 2024
1 parent f7c9d92 commit 07b1df3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
14 changes: 10 additions & 4 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,18 @@ requirements:
- python
- setuptools
run:
- numpy==1.24.0
- numpy
- pathlib
- pandas
- xarray
- scipy
- pathlib
- scikit-umfpack
- xarray
- premise
- pyyaml
- bw_processing
- bw2calc == 2.0.DEV16
- datapackage
- pyprind
- platformdirs
test:
imports:
- pathways
Expand Down
5 changes: 1 addition & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ scipy
xarray
premise
pyyaml
scikit-umfpack
bw_processing
bw2calc == 2.0.DEV16
datapackage
yaml
pyprind
platformdirs
setuptools
platformdirs
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,13 @@ def package_files(directory):
"pathlib",
"pandas",
"xarray",
"pandas",
"scipy",
"premise",
"pyyaml",
"scikit-umfpack",
"bw_processing",
"bw2calc==2.0.DEV16",
"datapackage",
"pyprind",
"platformdirs",
],
url="https://github.com/polca/premise",
Expand Down

0 comments on commit 07b1df3

Please sign in to comment.