Skip to content

Commit 1aae8df

Browse files
committed
BLD: Pin databento-dbn
1 parent 48d7b81 commit 1aae8df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The library is fully compatible with the latest distribution of Anaconda 3.7 and
3131
The minimum dependencies as found in the `requirements.txt` are also listed below:
3232
- Python (>=3.7)
3333
- aiohttp (>=3.7.2)
34-
- databento-dbn (>=0.3.2)
34+
- databento-dbn (==0.3.2)
3535
- numpy (>=1.17.0)
3636
- pandas (>=1.1.3)
3737
- requests (>=2.24.0)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiohttp>=3.7.2,<4.0.0
2-
databento-dbn>=0.3.2
2+
databento-dbn==0.3.2
33
numpy>=1.17.0
44
pandas>=1.1.3
55
requests>=2.24.0

0 commit comments

Comments
 (0)