Skip to content

Commit 8ccfc68

Browse files
Docs: setup.py fixed
1 parent debbbf3 commit 8ccfc68

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

CHANGES.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Bugfix: #534 VersionStore: overwriting a symbol with different dtype (but same data format) does not
55
raise exceptions anymore
66
* Bugfix: #531 arctic_prune_versions: clean broken snapshot references before pruning
7+
* Bugfix: setup.py develop in a conda environment on Mac
78
* Feature: #490 add support to numpy 1.14
89

910
### 1.63 (2018-04-06)

docs/developing-conda-mac.md

-5
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,6 @@ l.write('thing', object())
5757

5858
## Issues
5959

60-
### Not using the correct compiler on Mac OS X
61-
62-
FIXME: setup.py needs patching to use anaconda cc / g++ directly
63-
64-
6560
### tzlocal issue with pytz == 1.5.1
6661

6762
```

0 commit comments

Comments
 (0)