8000 Dependency for numpy 1.17 by xaleryb · Pull Request #977 · IntelPython/sdc · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Dependency for numpy 1.17 #977

Merged
merged 5 commits into from
Jun 2, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Upd pandas version for the same env (numpy 1.17)
  • Loading branch information
xaleryb authored Jun 1, 2021
commit d5f99a0012724c7392534ffe5f9554ea7ed75c7b
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set NUMBA_VERSION = "==0.53.1" %}
{% set PANDAS_VERSION = "==1.2.0" %}
{% set PANDAS_VERSION = "==1.2.4" %}
{% set PYARROW_VERSION = "==2.0.0" %}

package:
Expand Down
0