Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add support for pandas 2.0 support + lock versions #84

Merged
merged 7 commits into from
Aug 29, 2023
Merged

Conversation

bedroesb
Copy link
Collaborator

I locked the versions of our requirements to prevent issues. This will close #83

@bedroesb bedroesb requested a review from bgruening August 29, 2023 09:34
requirements.txt Outdated
pyyaml
requests
openpyxl
genshi==0.7.7
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would not pin them that strict, maybe work with >= and <=?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree it is not ideal for people that do not make use of environments, but >= on pandas would not have prevented the issue we now have for example, since certain things will get deprecated. <= would that be better than?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both we need bigger than 2.0 and smaller like 3.0 left?

@@ -1,6 +1,6 @@
genshi
lxml
pandas>=1.2
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bgruening something like this?

@bgruening bgruening merged commit da4486a into master Aug 29, 2023
@bgruening bgruening deleted the pandas-fix branch August 29, 2023 13:08
@bgruening
Copy link
Member

Thanks!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Name: experiment_alias, dtype: object has no member named "iteritems"
2 participants