Skip to content

Commit

Permalink
Fix from database column in dataframe to align with first item of `…
Browse files Browse the repository at this point in the history
…from key`.
  • Loading branch information
romainsacchi committed Sep 29, 2024
1 parent 3f6401e commit 7368494
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requirements:
- python
- setuptools
run:
- numpy
- numpy<2.0.0
- pandas
- bw2io
- bw2data
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy
numpy<2.0.0
pandas
bw2io
bw2data
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def package_files(directory):
# Only if you have non-python data (CSV, etc.). Might need to change the directory name as well.
include_package_data=True,
install_requires=[
"numpy",
"numpy<2.0.0",
"pandas",
"bw2io",
"bw2data",
Expand Down

0 comments on commit 7368494

Please sign in to comment.