Skip to content
This repository was archived by the owner on Jun 12, 2023. It is now read-only.

Commit 3ea4a9f

Browse files
committed
0.25.1 release
1 parent 329f2a4 commit 3ea4a9f

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TO EDIT
2-
TAG ?= v0.25.0
3-
GH_USERNAME ?= WillAyd
2+
TAG ?= v0.25.1
3+
GH_USERNAME ?= TomAugspurger
44
PANDAS_VERSION=$(TAG:v%=%)
55
PANDAS_BASE_VERSION=$(shell echo $(PANDAS_VERSION) | awk -F '.' '{OFS="."} { print $$1, $$2}')
66
TARGZ=pandas-$(PANDAS_VERSION).tar.gz

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ If running for the first time be sure to initialize repos
1212
make init-repos
1313
```
1414

15+
The `environment.yml` contains the local dependencies. You'll
16+
also need docker.
17+
1518
And fork pandas-feedstock and pandas-wheels to your GitHub account.
1619

1720
```

environment.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: pandas-release
2+
channels:
3+
- defaults
4+
- conda-forge
5+
dependencies:
6+
- packaging
7+
- conda-build
8+
- conda-smithy
9+
- conda-forge-pinnings
10+
- lxml
11+
- twine

0 commit comments

Comments
 (0)