Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Non-hardcoded versions #144

Merged
merged 3 commits into from
Jun 15, 2022
Merged

Non-hardcoded versions #144

merged 3 commits into from
Jun 15, 2022

Conversation

spiderjako
Copy link
Contributor

No description provided.

@@ -22,7 +22,7 @@
'Cython'
],
install_requires=[
'pandas==1.3.0',
'pandas>=1.3.0',
Copy link
Member

Choose a reason for hiding this comment

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

How does >= work? Does it mean that only the last digit in the version can change (i.e. from 1.3.0 to 1.3.99, but not to 1.4.0) or all versions above are accepted?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I just wanted to test it out this way, had no idea that it'd work lol

setup.py Outdated Show resolved Hide resolved
Pipfile Outdated Show resolved Hide resolved
Jenkinsfile Outdated
@@ -1,5 +1,5 @@
podTemplate(label: 'sanpy-builder', containers: [
containerTemplate(name: 'python', image: 'python:3-stretch', command: 'cat', ttyEnabled: true)
containerTemplate(name: 'python', image: 'python:3.9-buster', command: 'cat', ttyEnabled: true)
Copy link
Member

Choose a reason for hiding this comment

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

maybe 3.8 so we don't accidentally introduce a 3.9 requirement

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

Successfully merging this pull request may close these issues.

2 participants